fixing Maven pom files
This commit is contained in:
parent
acfdb41d7a
commit
888c7d01f9
2
pom.xml
2
pom.xml
@ -36,6 +36,8 @@
|
|||||||
<module>template-method</module>
|
<module>template-method</module>
|
||||||
<module>visitor</module>
|
<module>visitor</module>
|
||||||
<module>double-checked-locking</module>
|
<module>double-checked-locking</module>
|
||||||
|
<module>private-class-data</module>
|
||||||
|
<module>servant</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
<artifactId>java-design-patterns</artifactId>
|
<artifactId>java-design-patterns</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.iluwatar</groupId>
|
|
||||||
<artifactId>servant</artifactId>
|
<artifactId>servant</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<name>servant</name>
|
<name>servant</name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user