bumping version on feature branch to reflect plans

This commit is contained in:
Jason White 2016-08-12 11:49:00 -04:00
parent 61d5116d44
commit 12e2624eee
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.1-SNAPSHOT</version>
<version>8.0-SNAPSHOT</version>
<name>WebGoat Parent Pom</name>
<description>Parent Pom for the WebGoat Project. A deliberately insecure Web Application</description>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>7.1-SNAPSHOT</version>
<version>8.0-SNAPSHOT</version>
</parent>
<properties>