Release app version 4.5.0 with API version 4.5.0
Change-Id: I7e1400da2f3273e4445089e81ee6be7e71aba788
diff --git a/api/pom.xml b/api/pom.xml
index d778037..6608fb7 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>olt</artifactId>
<groupId>org.opencord</groupId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index b0ba938..94deab9 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/impl/pom.xml b/impl/pom.xml
index c90910b..0f2ace4 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 756ee9c..04b3586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.0</version>
<packaging>pom</packaging>
<properties>
<sadis.api.version>5.4.0</sadis.api.version>
- <olt.api.version>4.5.0-SNAPSHOT</olt.api.version>
+ <olt.api.version>4.5.0</olt.api.version>
</properties>
<modules>
diff --git a/web/pom.xml b/web/pom.xml
index 8c8e88b..5d77f68 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>