Tagging 1.14.0
diff --git a/apps/cfm/api/pom.xml b/apps/cfm/api/pom.xml
index 8fca9fb..d6fc699 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-SNAPSHOT</version>
+ <version>1.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<packaging>bundle</packaging>
<description>API for CFM applications</description>
- <version>1.14.0-SNAPSHOT</version>
+ <version>1.14.0</version>
<dependencies>
<dependency>
diff --git a/apps/cfm/app/pom.xml b/apps/cfm/app/pom.xml
index 53a0396..284fe19 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-SNAPSHOT</version>
+ <version>1.14.0</version>
</parent>
<artifactId>onos-apps-cfm-app</artifactId>
<packaging>bundle</packaging>
- <version>1.14.0-SNAPSHOT</version>
+ <version>1.14.0</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 0887e01..7e875a1 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-SNAPSHOT</version>
+ <version>1.14.0</version>
</parent>
<artifactId>onos-apps-cfm-nbi</artifactId>
<packaging>bundle</packaging>
- <version>1.14.0-SNAPSHOT</version>
+ <version>1.14.0</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 811e45a..c43a0e7 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-SNAPSHOT</version>
+ <version>1.14.0</version>
</parent>
<artifactId>onos-apps-cfm</artifactId>
<packaging>pom</packaging>
- <version>1.14.0-SNAPSHOT</version>
+ <version>1.14.0</version>
<modules>
<module>api</module>