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> <parent>
<groupId>com.iluwatar</groupId> <groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId> <artifactId>java-design-patterns</artifactId>
<version>1.16.0-SNAPSHOT</version> <version>1.17.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>cqrs</artifactId> <artifactId>cqrs</artifactId>
<dependencies> <dependencies>

View File

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