Starting snapshot 1.14.0-SNAPSHOT
diff --git a/apps/cfm/api/pom.xml b/apps/cfm/api/pom.xml
index 0584430..8fca9fb 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.14.0-rc2</version>
+ <version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<packaging>bundle</packaging>
<description>API for CFM applications</description>
- <version>1.14.0-rc2</version>
+ <version>1.14.0-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/apps/cfm/app/pom.xml b/apps/cfm/app/pom.xml
index 0614fff..53a0396 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.14.0-rc2</version>
+ <version>1.14.0-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-app</artifactId>
<packaging>bundle</packaging>
- <version>1.14.0-rc2</version>
+ <version>1.14.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 2245e6e..0887e01 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.14.0-rc2</version>
+ <version>1.14.0-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-nbi</artifactId>
<packaging>bundle</packaging>
- <version>1.14.0-rc2</version>
+ <version>1.14.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 94268f3..811e45a 100644
--- a/apps/cfm/pom.xml
+++ b/apps/cfm/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-apps</artifactId>
- <version>1.14.0-rc2</version>
+ <version>1.14.0-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm</artifactId>
<packaging>pom</packaging>
- <version>1.14.0-rc2</version>
+ <version>1.14.0-SNAPSHOT</version>
<modules>
<module>api</module>