From 038619f15df9b97d4b62d242c4315c9fdd76bfa9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 19 Mar 2020 11:26:51 -0400 Subject: Roll to next Frankfurt snapshot Roll to next Frankfurt snapshot (1.8.1-SNAPSHOT) Change-Id: Ic49d23879f6537c824c453520d932388673e29b5 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney --- pom.xml | 2 +- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index f7a9e28..d6237a2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.sdnc apps - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT pom sdnc-apps diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index a60a51d..c29ced7 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.8.0-SNAPSHOT + 1.8.1-SNAPSHOT Network Discovery API diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 616efae..b61b429 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.8.0-SNAPSHOT + 1.8.1-SNAPSHOT ../pom.xml diff --git a/pomba/pom.xml b/pomba/pom.xml index 06e6103..a5c4d64 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT pom diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 24a9434..9b2a4e8 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT ../pom.xml diff --git a/version.properties b/version.properties index 9a2a5d8..beae667 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=1 sprint_number=8 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg