Update Pom.xml

Fixed Reference to Parent POM
This commit is contained in:
amit2103 2015-10-08 09:43:19 +05:30
parent 19f5966cb9
commit 81b5bc99ce

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</parent>
<artifactId>monostate</artifactId>
<dependencies>