Prepare pom for next development iteration

Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
Doug Morato 2016-11-18 16:39:49 -05:00
parent 2d1a89e791
commit b5467f0e59
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<packaging>pom</packaging>
<version>7.1</version>
<version>7.2-SNAPSHOT</version>
<name>WebGoat Parent Pom</name>
<description>Parent Pom for the WebGoat Project. A deliberately insecure Web Application</description>
@ -86,7 +86,7 @@
<url>https://github.com/WebGoat/WebGoat</url>
<connection>scm:git:git@github.com:WebGoat/WebGoat.git</connection>
<developerConnection>scm:git:git@github.com:WebGoat/WebGoat.git</developerConnection>
<tag>7.1</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>

View File

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

View File

@ -8,7 +8,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>7.1</version>
<version>7.2-SNAPSHOT</version>
</parent>
<dependencies>