fixing Maven pom files

This commit is contained in:
Peter G. Sideris 2014-12-01 20:41:16 +01:00
parent acfdb41d7a
commit 888c7d01f9
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,8 @@
<module>template-method</module>
<module>visitor</module>
<module>double-checked-locking</module>
<module>private-class-data</module>
<module>servant</module>
</modules>
<build>
@ -53,4 +55,4 @@
</plugins>
</build>
</project>
</project>

View File

@ -7,7 +7,6 @@
<artifactId>java-design-patterns</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>com.iluwatar</groupId>
<artifactId>servant</artifactId>
<version>1.0-SNAPSHOT</version>
<name>servant</name>