updated child and parent pom
This commit is contained in:
parent
049841298e
commit
db2140ecc9
1
pom.xml
1
pom.xml
@ -120,6 +120,7 @@
|
|||||||
<module>delegation</module>
|
<module>delegation</module>
|
||||||
<module>event-driven-architecture</module>
|
<module>event-driven-architecture</module>
|
||||||
<module>feature-toggle</module>
|
<module>feature-toggle</module>
|
||||||
|
<module>value-object</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.iluwatar</groupId>
|
<groupId>com.iluwatar</groupId>
|
||||||
<artifactId>java-design-patterns</artifactId>
|
<artifactId>java-design-patterns</artifactId>
|
||||||
<version>1.10.0-SNAPSHOT</version>
|
<version>1.11.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>value-object</artifactId>
|
<artifactId>value-object</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user