Starting snapshot 1.14.1-SNAPSHOT
diff --git a/apps/cfm/api/pom.xml b/apps/cfm/api/pom.xml
index d6fc699..ecb0eaa 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</version>
+ <version>1.14.1-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</version>
+ <version>1.14.1-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/apps/cfm/app/pom.xml b/apps/cfm/app/pom.xml
index 284fe19..72b6d00 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</version>
+ <version>1.14.1-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-app</artifactId>
<packaging>bundle</packaging>
- <version>1.14.0</version>
+ <version>1.14.1-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 7e875a1..4949deb 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</version>
+ <version>1.14.1-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm-nbi</artifactId>
<packaging>bundle</packaging>
- <version>1.14.0</version>
+ <version>1.14.1-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 c43a0e7..50159d3 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</version>
+ <version>1.14.1-SNAPSHOT</version>
</parent>
<artifactId>onos-apps-cfm</artifactId>
<packaging>pom</packaging>
- <version>1.14.0</version>
+ <version>1.14.1-SNAPSHOT</version>
<modules>
<module>api</module>