From 535251836360e89cc4611b0c96e247d70109f4fb Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 7 Aug 2024 17:10:10 -0400 Subject: Update version for Oslo release Update version in master branch for Oslo release Issue-ID: CCSDK-4043 Change-Id: I792a395671d4c4d62fc5bda9f99873158a17621f Signed-off-by: Dan Timoney --- alpine/java11/pom.xml | 2 +- alpine/java17/pom.xml | 2 +- alpine/pom.xml | 2 +- ansible-server/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- dgbuilder-docker/pom.xml | 2 +- dgbuilder/pom.xml | 2 +- odlsli/odlsli-alpine/pom.xml | 2 +- odlsli/pom.xml | 2 +- opendaylight/argon/argon-alpine/pom.xml | 2 +- opendaylight/argon/pom.xml | 2 +- opendaylight/chlorine/chlorine-alpine/pom.xml | 2 +- opendaylight/chlorine/pom.xml | 2 +- opendaylight/pom.xml | 2 +- platform-logic/a1Adapter-api/pom.xml | 2 +- platform-logic/asdc-api/pom.xml | 2 +- platform-logic/cMNotify-api/pom.xml | 2 +- platform-logic/installer/pom.xml | 2 +- platform-logic/oofpcipoc-api/pom.xml | 2 +- platform-logic/pom.xml | 2 +- platform-logic/ran-slice-api/pom.xml | 2 +- platform-logic/restapi-templates/pom.xml | 2 +- platform-logic/sliapi/pom.xml | 2 +- pom.xml | 4 ++-- saltstack-server/pom.xml | 2 +- ubuntu/pom.xml | 2 +- version.properties | 4 ++-- 27 files changed, 30 insertions(+), 30 deletions(-) diff --git a/alpine/java11/pom.xml b/alpine/java11/pom.xml index 1c409ace..a278f8d1 100644 --- a/alpine/java11/pom.xml +++ b/alpine/java11/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-alpine-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-j11-alpine diff --git a/alpine/java17/pom.xml b/alpine/java17/pom.xml index 2d2aa547..28fed1e2 100644 --- a/alpine/java17/pom.xml +++ b/alpine/java17/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-alpine-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-j17-alpine diff --git a/alpine/pom.xml b/alpine/pom.xml index 3e75d02e..266e6edf 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-alpine-root diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 2def3872..fcc4ceda 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT pom ccsdk-distribution :: ${project.artifactId} diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 40b183da..584fef70 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT dependencies diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index 685cd1ec..49bd1472 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.ccsdk.distribution diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index f18341c8..f182052a 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.ccsdk.distribution diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 3973349c..f1702c1a 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-odlsli - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-odlsli-alpine diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 31504b51..87ede9c5 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-odlsli diff --git a/opendaylight/argon/argon-alpine/pom.xml b/opendaylight/argon/argon-alpine/pom.xml index fb73c666..8ddb3b6c 100644 --- a/opendaylight/argon/argon-alpine/pom.xml +++ b/opendaylight/argon/argon-alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-odl-argon - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-odl-chlorine-argon diff --git a/opendaylight/argon/pom.xml b/opendaylight/argon/pom.xml index d6df59b7..df781b6b 100644 --- a/opendaylight/argon/pom.xml +++ b/opendaylight/argon/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-opendaylight - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-odl-argon diff --git a/opendaylight/chlorine/chlorine-alpine/pom.xml b/opendaylight/chlorine/chlorine-alpine/pom.xml index 36c486f6..62ae3e48 100644 --- a/opendaylight/chlorine/chlorine-alpine/pom.xml +++ b/opendaylight/chlorine/chlorine-alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-odl-chlorine - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-odl-chlorine-docker diff --git a/opendaylight/chlorine/pom.xml b/opendaylight/chlorine/pom.xml index 1afe7ca8..930d0594 100644 --- a/opendaylight/chlorine/pom.xml +++ b/opendaylight/chlorine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-opendaylight - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-odl-chlorine diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 6b0ddc6a..6f133380 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-opendaylight diff --git a/platform-logic/a1Adapter-api/pom.xml b/platform-logic/a1Adapter-api/pom.xml index f0a3fb87..27d9738b 100644 --- a/platform-logic/a1Adapter-api/pom.xml +++ b/platform-logic/a1Adapter-api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-a1Adapterapi diff --git a/platform-logic/asdc-api/pom.xml b/platform-logic/asdc-api/pom.xml index cd396643..55f33374 100644 --- a/platform-logic/asdc-api/pom.xml +++ b/platform-logic/asdc-api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-asdcapi diff --git a/platform-logic/cMNotify-api/pom.xml b/platform-logic/cMNotify-api/pom.xml index d2be4171..9d0acca9 100644 --- a/platform-logic/cMNotify-api/pom.xml +++ b/platform-logic/cMNotify-api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-cMNotifyai diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index d21344e0..5d7a2b7f 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-installer diff --git a/platform-logic/oofpcipoc-api/pom.xml b/platform-logic/oofpcipoc-api/pom.xml index 944bd1b6..9d591379 100644 --- a/platform-logic/oofpcipoc-api/pom.xml +++ b/platform-logic/oofpcipoc-api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-oofpcipocapi diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 52915909..873476ff 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-platform-logic diff --git a/platform-logic/ran-slice-api/pom.xml b/platform-logic/ran-slice-api/pom.xml index 70501842..99ac8ad4 100644 --- a/platform-logic/ran-slice-api/pom.xml +++ b/platform-logic/ran-slice-api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-ranSlice diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 55111651..ebceb36d 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-restapi-templates diff --git a/platform-logic/sliapi/pom.xml b/platform-logic/sliapi/pom.xml index 5fcd9ff3..5af6594f 100644 --- a/platform-logic/sliapi/pom.xml +++ b/platform-logic/sliapi/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT platform-logic-sliapi diff --git a/pom.xml b/pom.xml index 781775f6..c0e9ac76 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent oparent - 2.7.0-SNAPSHOT + 2.8.0-SNAPSHOT org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT pom ccsdk-distribution diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index bd9a0cda..8cb317bf 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT saltstack-server diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 17abf072..75ee6007 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT distribution-ubuntu diff --git a/version.properties b/version.properties index acbf084d..3252a48b 100644 --- a/version.properties +++ b/version.properties @@ -5,8 +5,8 @@ release_name=1 -sprint_number=6 -feature_revision=1 +sprint_number=7 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg