fixing Maven pom files
This commit is contained in:
parent
acfdb41d7a
commit
888c7d01f9
4
pom.xml
4
pom.xml
@ -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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user