Revert back to a clean snapshot version. Ordering problem with MVN upgrade patches and release/snapshot version so revert to a clean state, latest patches and pending release version
Change-Id: I5f67ba0ae9cf8e906aee617406a3e23d9ff166c0
diff --git a/api/pom.xml b/api/pom.xml
index 7f4a659..a8c4a1a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>aaa</artifactId>
<groupId>org.opencord</groupId>
- <version>1.10.2</version>
+ <version>2.10.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index 3bd2d24..89ca381 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>aaa</artifactId>
<groupId>org.opencord</groupId>
- <version>1.10.2</version>
+ <version>2.10.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index ea5237d..e6bd063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.opencord</groupId>
<artifactId>aaa</artifactId>
- <version>1.10.2</version>
+ <version>2.10.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<sadis.api.version>5.11.1</sadis.api.version>
- <aaa.api.version>1.10.2</aaa.api.version>
+ <aaa.api.version>2.10.3</aaa.api.version>
</properties>
<modules>