Removing -SNAPSHOT-SNAPSHOT error
Change-Id: I5ddeed210dfd44797d46712b802f9f4d9b202ead
diff --git a/api/pom.xml b/api/pom.xml
index 1722292..0d60d8a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
- <version>2.7.0-SNAPSHOT-SNAPSHOT</version>
+ <version>2.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index cfd94fb..0a0445b 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
- <version>2.7.0-SNAPSHOT-SNAPSHOT</version>
+ <version>2.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 2117ea3..8530a9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,14 +27,14 @@
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
- <version>2.7.0-SNAPSHOT-SNAPSHOT</version>
+ <version>2.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>CORD Multicast application</description>
<properties>
<sadis.api.version>5.6.0</sadis.api.version>
- <mcast.api.version>2.7.0-SNAPSHOT-SNAPSHOT</mcast.api.version>
+ <mcast.api.version>2.7.0-SNAPSHOT</mcast.api.version>
</properties>
<modules>