Roll to next snapshot 89/73089/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 19 Nov 2018 21:11:06 +0000 (16:11 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 19 Nov 2018 21:11:06 +0000 (16:11 -0500)
Roll to snapshot 1.4.3-SNAPSHOT

Change-Id: I81fb21e8b93b8aeae77c5e818bd7af8073748ed4
Issue-ID: SDNC-521
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
client/pom.xml
pom.xml
pomba/network-discovery-api/pom.xml
pomba/network-discovery/pom.xml
pomba/pom.xml
pomba/service-decomposition/pom.xml
version.properties

index 56e269d..2c20c17 100644 (file)
@@ -8,7 +8,7 @@
     <packaging>jar</packaging>
     <groupId>org.onap.sdnc.apps</groupId>
     <artifactId>client</artifactId>
-    <version>1.4.2-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
 
     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
     <url>http://wiki.onap.org</url>
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>client-parent</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index c77539e..8bea4df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,12 @@
     <packaging>pom</packaging>
     <groupId>org.onap.sdnc</groupId>
     <artifactId>apps</artifactId>
-    <version>1.4.2-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3-SNAPSHOT</version>
     </parent>
 
     <name>sdnc-apps</name>
index 9087bfe..4a899fe 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
 
     <groupId>org.onap.sdnc.apps.pomba</groupId>
     <artifactId>network-discovery-api</artifactId>
-    <version>1.4.2-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
     <name>Network Discovery API</name>
 
     <dependencies>
index 8fc952c..86406b4 100644 (file)
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.sdnc.apps.pomba</groupId>
         <artifactId>pomba</artifactId>
-        <version>1.4.2-SNAPSHOT</version>
+        <version>1.4.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 327bcb4..455a730 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
 
     <groupId>org.onap.sdnc.apps.pomba</groupId>
     <artifactId>pomba</artifactId>
-    <version>1.4.2-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index d0f8351..b281e73 100644 (file)
@@ -23,7 +23,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.sdnc.apps.pomba</groupId>
         <artifactId>pomba</artifactId>
-        <version>1.4.2-SNAPSHOT</version>
+        <version>1.4.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 77e67b1..44e6ad0 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}