From 78ad65c9b2834d3e8b94a2ad5ae86940e0de84d8 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 5 Jun 2025 15:04:13 -0400 Subject: [PATCH] Release version 2.1.0 of CCSDK maven artifacts Release version 2.1.0 of CCSDK distribution maven artifacts and roll version Issue-ID: CCSDK-4096 Signed-off-by: Dan Timoney Change-Id: Ief1f82cf0740af9668648cf8a92c0796e996f0d3 --- 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 +- opendaylight/potassium/pom.xml | 2 +- opendaylight/potassium/potassium-alpine/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 | 2 +- releases/2.1.0.yaml | 5 +++++ saltstack-server/pom.xml | 2 +- ubuntu/pom.xml | 2 +- version.properties | 2 +- 28 files changed, 33 insertions(+), 28 deletions(-) create mode 100644 releases/2.1.0.yaml diff --git a/alpine/pom.xml b/alpine/pom.xml index 77d39e90..c6e720f6 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-alpine-root diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 188daf71..01925e66 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom ccsdk-distribution :: ${project.artifactId} diff --git a/dependencies/pom.xml b/dependencies/pom.xml index d56103e8..b42ced71 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT dependencies diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index 68115b44..f2f12539 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT org.onap.ccsdk.distribution diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index 0debb9bc..85813c17 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT org.onap.ccsdk.distribution diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 3f5a6c2e..f5459a4d 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-odlsli - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odlsli-alpine diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 48616940..5b64731b 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odlsli diff --git a/opendaylight/argon/argon-alpine/pom.xml b/opendaylight/argon/argon-alpine/pom.xml index 68247342..224fccb3 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odl-chlorine-argon diff --git a/opendaylight/argon/pom.xml b/opendaylight/argon/pom.xml index 3f57619e..5f695a0b 100644 --- a/opendaylight/argon/pom.xml +++ b/opendaylight/argon/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-opendaylight - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odl-argon diff --git a/opendaylight/chlorine/chlorine-alpine/pom.xml b/opendaylight/chlorine/chlorine-alpine/pom.xml index bdf59124..97cadacf 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odl-chlorine-docker diff --git a/opendaylight/chlorine/pom.xml b/opendaylight/chlorine/pom.xml index b6a3937d..dca7a66b 100644 --- a/opendaylight/chlorine/pom.xml +++ b/opendaylight/chlorine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-opendaylight - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odl-chlorine diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 921051c1..a0fa3ca0 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-opendaylight diff --git a/opendaylight/potassium/pom.xml b/opendaylight/potassium/pom.xml index 962fa926..33f8d942 100644 --- a/opendaylight/potassium/pom.xml +++ b/opendaylight/potassium/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-opendaylight - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odl-potassium diff --git a/opendaylight/potassium/potassium-alpine/pom.xml b/opendaylight/potassium/potassium-alpine/pom.xml index 38a4dacb..beda2018 100644 --- a/opendaylight/potassium/potassium-alpine/pom.xml +++ b/opendaylight/potassium/potassium-alpine/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-odl-potassium - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-odl-potassium-alpine diff --git a/platform-logic/a1Adapter-api/pom.xml b/platform-logic/a1Adapter-api/pom.xml index fa745702..54917c6e 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-a1Adapterapi diff --git a/platform-logic/asdc-api/pom.xml b/platform-logic/asdc-api/pom.xml index 0a5dbfa6..9c0fa029 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-asdcapi diff --git a/platform-logic/cMNotify-api/pom.xml b/platform-logic/cMNotify-api/pom.xml index 5415e9db..d62a42b9 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-cMNotifyai diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index fe618546..d942c10b 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-installer diff --git a/platform-logic/oofpcipoc-api/pom.xml b/platform-logic/oofpcipoc-api/pom.xml index 8423da6c..8ca68e6f 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-oofpcipocapi diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 9d4e9234..6584798f 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-platform-logic diff --git a/platform-logic/ran-slice-api/pom.xml b/platform-logic/ran-slice-api/pom.xml index e8535c00..d9d1486f 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-ranSlice diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index bd7bc17d..a2ded217 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 - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-restapi-templates diff --git a/platform-logic/sliapi/pom.xml b/platform-logic/sliapi/pom.xml index cf952036..583b767a 100644 --- a/platform-logic/sliapi/pom.xml +++ b/platform-logic/sliapi/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-platform-logic - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT platform-logic-sliapi diff --git a/pom.xml b/pom.xml index 26486fbb..d8d6ed44 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom ccsdk-distribution diff --git a/releases/2.1.0.yaml b/releases/2.1.0.yaml new file mode 100644 index 00000000..7fe57f3b --- /dev/null +++ b/releases/2.1.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '2.1.0' +project: 'ccsdk-distribution' +log_dir: 'ccsdk-distribution-maven-stage-master/381/' diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index bcb69233..14c520fa 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT saltstack-server diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 7ec94a8a..a1111d23 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.distribution distribution-root - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-ubuntu diff --git a/version.properties b/version.properties index 414f286f..7800abad 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=2 sprint_number=1 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} -- 2.16.6