Updading develop branch pom versions to 7.1-SNAPSHOT

This commit is contained in:
Doug Morato 2016-02-01 18:30:53 -05:00
parent f825bead8b
commit 724c084abf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<packaging>pom</packaging>
<version>7.0.1</version>
<version>7.1-SNAPSHOT</version>
<name>WebGoat Parent Pom</name>
<description>Parent Pom for the WebGoat Project. A deliberately insecure Web Application</description>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>7.0.1</version>
<version>7.1-SNAPSHOT</version>
</parent>
<profiles>