VOL-429 - increment SNAPSHOT versions
Change-Id: I74ac9463fc4dce3543cfa39128e949fb44dc5f08
diff --git a/api/pom.xml b/api/pom.xml
index 1286db6..0d5e2ca 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>sadis</artifactId>
<groupId>org.opencord</groupId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index 658ed3a..fd8f60e 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -32,7 +32,7 @@
<properties>
<web.context>/onos/sadis</web.context>
- <api.version>1.1.0-SNAPSHOT</api.version>
+ <api.version>1.2.0-SNAPSHOT</api.version>
<api.title>Subscriber And Device Information REST API</api.title>
<api.description>Subscriber And Device Information REST API</api.description>
<api.package>org.onosproject.sadis.rest</api.package>
diff --git a/pom.xml b/pom.xml
index 3305052..7a2254b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>