Starting snapshot 1.13.0-SNAPSHOT
diff --git a/apps/cfm/api/pom.xml b/apps/cfm/api/pom.xml
index ea96b80..06c0a95 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.0-rc4</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<packaging>bundle</packaging>
<description>API for CFM applications</description>
- <version>1.13.0-rc4</version>
+ <version>1.13.0-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/apps/cfm/app/pom.xml b/apps/cfm/app/pom.xml
index 4e78fb3..235182e 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.0-rc4</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-app</artifactId>
<packaging>bundle</packaging>
- <version>1.13.0-rc4</version>
+ <version>1.13.0-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 d4f1143..06260da 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.0-rc4</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-nbi</artifactId>
<packaging>bundle</packaging>
- <version>1.13.0-rc4</version>
+ <version>1.13.0-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 c918970..d31b0a1 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.0-rc4</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm</artifactId>
<packaging>pom</packaging>
- <version>1.13.0-rc4</version>
+ <version>1.13.0-SNAPSHOT</version>
<modules>
<module>api</module>