Release app version 5.8.0 with API version 5.8.0
Change-Id: Iba9b245d3885629f22eb803a6f6782e4c8f7d14f
diff --git a/api/pom.xml b/api/pom.xml
index 3022f65..0d94e53 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>sadis</artifactId>
<groupId>org.opencord</groupId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index 345e1c7..d59e7f2 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 4978db2..a4ea942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.8.0</version>
<packaging>pom</packaging>
<properties>
@@ -38,7 +38,7 @@
</onos.app.title>
<onos.app.origin>Open Networking Laboratory</onos.app.origin>
<onos.app.url>http://opencord.org</onos.app.url>
- <sadis.api.version>5.8.0-SNAPSHOT</sadis.api.version>
+ <sadis.api.version>5.8.0</sadis.api.version>
</properties>
<modules>