updated child and parent pom

This commit is contained in:
JuhoKang 2016-02-03 23:02:27 +09:00
parent 049841298e
commit db2140ecc9
2 changed files with 2 additions and 1 deletions

View File

@ -120,6 +120,7 @@
<module>delegation</module>
<module>event-driven-architecture</module>
<module>feature-toggle</module>
<module>value-object</module>
</modules>
<dependencyManagement>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>value-object</artifactId>
<dependencies>