Release version 4.1.3

Change-Id: I19687fb2f2e2689f0ed51b6a7e59c1b12df5844f
diff --git a/api/pom.xml b/api/pom.xml
index cb2c383..d6643bc 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/app/pom.xml b/app/pom.xml
index e03903c..af7324f 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>olt</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 5e38855..2c1f38d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>olt</artifactId>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <packaging>pom</packaging>
 
     <properties>