We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6202f3a commit 3324e1bCopy full SHA for 3324e1b
1 file changed
pom.xml
@@ -21,7 +21,7 @@
21
<modelVersion>4.0.0</modelVersion>
22
<groupId>com.iluwatar</groupId>
23
<artifactId>java-design-patterns</artifactId>
24
- <version>1.14.0-SNAPSHOT</version>
+ <version>1.15.0-SNAPSHOT</version>
25
<packaging>pom</packaging>
26
<inceptionYear>2014</inceptionYear>
27
<properties>
@@ -50,7 +50,8 @@
50
</properties>
51
<modules>
52
<module>abstract-factory</module>
53
- <module>builder</module>
+ <module>tls</module>
54
+ <module>builder</module>
55
<module>factory-method</module>
56
<module>prototype</module>
57
<module>singleton</module>
@@ -466,4 +467,9 @@
466
467
</plugins>
468
</reporting>
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