Skip to content

Commit 5873aee

Browse files
committed
add cqrs module to parent pom.xml and update pom.xml
1 parent d8919d8 commit 5873aee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cqrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.iluwatar</groupId>
2323
<artifactId>java-design-patterns</artifactId>
24-
<version>1.16.0-SNAPSHOT</version>
24+
<version>1.17.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>cqrs</artifactId>
2727
<dependencies>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<module>balking</module>
143143
<module>extension-objects</module>
144144
<module>marker</module>
145+
<module>cqrs</module>
145146

146147
</modules>
147148

0 commit comments

Comments
 (0)