Skip to content

Commit 888c7d0

Browse files
committed
fixing Maven pom files
1 parent acfdb41 commit 888c7d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<module>template-method</module>
3737
<module>visitor</module>
3838
<module>double-checked-locking</module>
39+
<module>private-class-data</module>
40+
<module>servant</module>
3941
</modules>
4042

4143
<build>
@@ -53,4 +55,4 @@
5355
</plugins>
5456
</build>
5557

56-
</project>
58+
</project>

servant/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<artifactId>java-design-patterns</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
10-
<groupId>com.iluwatar</groupId>
1110
<artifactId>servant</artifactId>
1211
<version>1.0-SNAPSHOT</version>
1312
<name>servant</name>

0 commit comments

Comments
 (0)