mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
updated child and parent pom
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
<module>delegation</module>
|
||||
<module>event-driven-architecture</module>
|
||||
<module>feature-toggle</module>
|
||||
<module>value-object</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user