Release app version 1.2.0 with API version 1.2.0
Change-Id: Ia10f4ed6d4642685ab98d78b89836ca5cae1eb99
diff --git a/api/pom.xml b/api/pom.xml
index 2bda0b4..63c5be2 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>olttopology</artifactId>
<groupId>org.opencord</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index 3481446..1092454 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olttopology</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
APIs for interacting with the CORD OLT application.
</api.description>
<api.package>org.opencord.olttopology.rest</api.package>
- <olttopology.api.version>1.2.0-SNAPSHOT</olttopology.api.version>
+ <olttopology.api.version>1.2.0</olttopology.api.version>
<sadis.api.version>5.3.0</sadis.api.version>
</properties>
diff --git a/pom.xml b/pom.xml
index 512021d..29d6357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.opencord</groupId>
<artifactId>olttopology</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<packaging>pom</packaging>
<properties>