add cqrs module to parent pom.xml and update pom.xml

This commit is contained in:
Sabiq Ihab 2017-06-30 21:27:15 +00:00
parent d8919d88f0
commit 5873aeeb69
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.16.0-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>
<artifactId>cqrs</artifactId>
<dependencies>

View File

@ -142,6 +142,7 @@
<module>balking</module>
<module>extension-objects</module>
<module>marker</module>
<module>cqrs</module>
</modules>