Skip to content

Commit a34e7be

Browse files
committed
check commit
1 parent 82b9f4f commit a34e7be

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

marker/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>java-design-patterns</artifactId>
7+
<groupId>com.iluwatar</groupId>
8+
<version>1.16.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<artifactId>marker</artifactId>
13+
14+
15+
</project>

marker/src/main/java/App.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Created by Alexis on 28-Apr-17.
3+
*/
4+
public class App {
5+
6+
}

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<module>converter</module>
140140
<module>guarded-suspension</module>
141141
<module>balking</module>
142+
<module>marker</module>
142143
</modules>
143144

144145
<dependencyManagement>

0 commit comments

Comments
 (0)