Skip to content

Commit

Permalink
Updading develop branch pom versions to 7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmorato committed Feb 1, 2016
1 parent f825bea commit 724c084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion webgoat-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 724c084

Please sign in to comment.