Skip to content

Commit 3324e1b

Browse files
authored
Update pom.xml
added <module>tls</module>
1 parent 6202f3a commit 3324e1b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>com.iluwatar</groupId>
2323
<artifactId>java-design-patterns</artifactId>
24-
<version>1.14.0-SNAPSHOT</version>
24+
<version>1.15.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<inceptionYear>2014</inceptionYear>
2727
<properties>
@@ -50,7 +50,8 @@
5050
</properties>
5151
<modules>
5252
<module>abstract-factory</module>
53-
<module>builder</module>
53+
<module>tls</module>
54+
<module>builder</module>
5455
<module>factory-method</module>
5556
<module>prototype</module>
5657
<module>singleton</module>
@@ -466,4 +467,9 @@
466467
</plugins>
467468
</reporting>
468469

469-
</project>
470+
</project>
471+
472+
Contact GitHub API Training Shop Blog About
473+
474+
© 2017 GitHub, Inc. Terms Privacy Security Status Help
475+

0 commit comments

Comments
 (0)