From 468c90a3947475512eda20f089d05492b15bd063 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 19 Nov 2018 16:11:06 -0500 Subject: Roll to next snapshot Roll to snapshot 1.4.3-SNAPSHOT Change-Id: I81fb21e8b93b8aeae77c5e818bd7af8073748ed4 Issue-ID: SDNC-521 Signed-off-by: Timoney, Dan (dt5972) --- client/pom.xml | 4 ++-- pom.xml | 4 ++-- pomba/network-discovery-api/pom.xml | 2 +- pomba/network-discovery/pom.xml | 2 +- pomba/pom.xml | 2 +- pomba/service-decomposition/pom.xml | 2 +- version.properties | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 56e269d..2c20c17 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ jar org.onap.sdnc.apps client - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ONAP :: ${project.groupId} :: ${project.artifactId} http://wiki.onap.org @@ -17,7 +17,7 @@ org.onap.ccsdk.parent client-parent - 1.1.2 + 1.1.3-SNAPSHOT diff --git a/pom.xml b/pom.xml index c77539e..8bea4df 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ pom org.onap.sdnc apps - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT org.onap.ccsdk.parent odlparent-lite - 1.1.2 + 1.1.3-SNAPSHOT sdnc-apps diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index 9087bfe..4a899fe 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba network-discovery-api - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT Network Discovery API diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 8fc952c..86406b4 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ../pom.xml diff --git a/pomba/pom.xml b/pomba/pom.xml index 327bcb4..455a730 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT pom diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index d0f8351..b281e73 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ../pom.xml diff --git a/version.properties b/version.properties index 77e67b1..44e6ad0 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg