Starting snapshot 1.3.2-SNAPSHOT with API version 1.3.2-SNAPSHOT
Signed-off-by: Jenkins <do-not-reply@opennetworking.org>
Change-Id: I240a8c48e27030f3de5f37536e0e71146fdf36ff
diff --git a/api/pom.xml b/api/pom.xml
index a7df6e9..557a794 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>pppoeagent</artifactId>
<groupId>org.opencord</groupId>
- <version>1.3.1</version>
+ <version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index cf6405a..eb353ca 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>pppoeagent</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.opencord</groupId>
<artifactId>pppoeagent-api</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 43f399d..5b5e3f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.opencord</groupId>
<artifactId>pppoeagent</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>PPPoE Intermediate Agent</description>