Update pom.xml
added <module>tls</module>
This commit is contained in:
parent
6202f3ab44
commit
3324e1bc43
12
pom.xml
12
pom.xml
@ -21,7 +21,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.iluwatar</groupId>
|
||||
<artifactId>java-design-patterns</artifactId>
|
||||
<version>1.14.0-SNAPSHOT</version>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<inceptionYear>2014</inceptionYear>
|
||||
<properties>
|
||||
@ -50,7 +50,8 @@
|
||||
</properties>
|
||||
<modules>
|
||||
<module>abstract-factory</module>
|
||||
<module>builder</module>
|
||||
<module>tls</module>
|
||||
<module>builder</module>
|
||||
<module>factory-method</module>
|
||||
<module>prototype</module>
|
||||
<module>singleton</module>
|
||||
@ -466,4 +467,9 @@
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Contact GitHub API Training Shop Blog About
|
||||
|
||||
© 2017 GitHub, Inc. Terms Privacy Security Status Help
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user