Starting snapshot 1.13.2-SNAPSHOT
diff --git a/apps/cfm/api/pom.xml b/apps/cfm/api/pom.xml
index 87ae80b..c4656e2 100644
--- a/apps/cfm/api/pom.xml
+++ b/apps/cfm/api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>onos-apps-cfm</artifactId>
<groupId>org.onosproject</groupId>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<packaging>bundle</packaging>
<description>API for CFM applications</description>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/apps/cfm/app/pom.xml b/apps/cfm/app/pom.xml
index 17f1b2b..6b4117b 100644
--- a/apps/cfm/app/pom.xml
+++ b/apps/cfm/app/pom.xml
@@ -14,12 +14,12 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-apps-cfm</artifactId>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-app</artifactId>
<packaging>bundle</packaging>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
<description>ONOS OSGi bundle archetype</description>
<url>http://onosproject.org</url>
diff --git a/apps/cfm/nbi/pom.xml b/apps/cfm/nbi/pom.xml
index ecd3e08..8b18917 100644
--- a/apps/cfm/nbi/pom.xml
+++ b/apps/cfm/nbi/pom.xml
@@ -14,12 +14,12 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-apps-cfm</artifactId>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-nbi</artifactId>
<packaging>bundle</packaging>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
<description>ONOS OSGi bundle archetype</description>
<url>http://onosproject.org</url>
diff --git a/apps/cfm/pom.xml b/apps/cfm/pom.xml
index 0ff620a..2eb967b 100644
--- a/apps/cfm/pom.xml
+++ b/apps/cfm/pom.xml
@@ -14,12 +14,12 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-apps</artifactId>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm</artifactId>
<packaging>pom</packaging>
- <version>1.13.2-rc1</version>
+ <version>1.13.2-SNAPSHOT</version>
<modules>
<module>api</module>