From b5467f0e594c5aa202316293fd801f95516527cb Mon Sep 17 00:00:00 2001
From: Doug Morato <dm@corp.io>
Date: Fri, 18 Nov 2016 16:39:49 -0500
Subject: [PATCH] Prepare pom for next development iteration

Signed-off-by: Doug Morato <dm@corp.io>
---
 pom.xml                    | 4 ++--
 webgoat-container/pom.xml  | 2 +-
 webgoat-standalone/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50a2457b7..0b711b798 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml
index 3f82404df..740631278 100644
--- a/webgoat-container/pom.xml
+++ b/webgoat-container/pom.xml
@@ -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>
diff --git a/webgoat-standalone/pom.xml b/webgoat-standalone/pom.xml
index cb6d0fdcc..e604aabf3 100644
--- a/webgoat-standalone/pom.xml
+++ b/webgoat-standalone/pom.xml
@@ -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>