Moved to 8.0-SNAPSHOT

This commit is contained in:
Nanne Baars 2016-11-19 13:38:24 +01:00
parent 3340eb92dd
commit 323946dcce
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>