From 724c084abfa2c6a767c3eaccfbc0983030b1a144 Mon Sep 17 00:00:00 2001
From: Doug Morato <dm@corp.io>
Date: Mon, 1 Feb 2016 18:30:53 -0500
Subject: [PATCH] Updading develop branch pom versions to 7.1-SNAPSHOT

---
 pom.xml                   | 2 +-
 webgoat-container/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 17b12c98b..3ede398e2 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.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>
diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml
index 215431d6f..800862192 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.0.1</version>
+        <version>7.1-SNAPSHOT</version>
     </parent>
 
     <profiles>