Release app version 1.0.3 with API version 1.0.3

Change-Id: If9df92d488ff5a02f9cf51887edb0bc4d729436e
diff --git a/api/pom.xml b/api/pom.xml
index c3fdf94..2b5c8b0 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>olttopology</artifactId>
         <groupId>org.opencord</groupId>
-        <version>1.0.2</version>
+        <version>1.0.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/app/pom.xml b/app/pom.xml
index d5d27ab..23e67bd 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>olttopology</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
             APIs for interacting with the CORD OLT application.
         </api.description>
         <api.package>org.opencord.olttopology.rest</api.package>
-        <olttopology.api.version>1.0.2</olttopology.api.version>
+        <olttopology.api.version>1.0.3</olttopology.api.version>
         <sadis.api.version>5.3.0</sadis.api.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index fb4f4b5..7953fd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>olttopology</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
     <packaging>pom</packaging>
 
     <properties>