Release app version 4.4.0 with API version 4.4.0

Change-Id: Ic819d8119507505d620844c83333160e676c9a7b
diff --git a/api/pom.xml b/api/pom.xml
index e5e8954..198aed8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>4.4.0-SNAPSHOT</version>
+        <version>4.4.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/app/pom.xml b/app/pom.xml
index 4d28a44..20b7b0d 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>olt</artifactId>
-        <version>4.4.0-SNAPSHOT</version>
+        <version>4.4.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index ad2c90b..81e0a20 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>olt</artifactId>
-        <version>4.4.0-SNAPSHOT</version>
+        <version>4.4.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index d4852a0..b47652f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>olt</artifactId>
-    <version>4.4.0-SNAPSHOT</version>
+    <version>4.4.0</version>
     <packaging>pom</packaging>
 
     <properties>
         <sadis.api.version>5.3.0</sadis.api.version>
-        <olt.api.version>4.4.0-SNAPSHOT</olt.api.version>
+        <olt.api.version>4.4.0</olt.api.version>
     </properties>
 
     <modules>
diff --git a/web/pom.xml b/web/pom.xml
index aa4c814..6da434f 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>olt</artifactId>
-        <version>4.4.0-SNAPSHOT</version>
+        <version>4.4.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>