From c6d87ae2f4e1d80f0a3dc867a4a4dd0819601688 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 28 Sep 2022 07:49:50 -0400 Subject: [PATCH] Release version 2.4.0 sdnc/northbound artifacts Release version 2.4.0 (initial Kohn) of sdnc/northbound artifacts and roll to next snapshot version Change-Id: I7b99bb7abf0494db27178284751df8770a090907 Issue-ID: SDNC-1734 Signed-off-by: Timoney, Dan (dt5972) --- features/features-sdnc-northbound/pom.xml | 2 +- features/installer/pom.xml | 2 +- features/pom.xml | 2 +- features/sdnc-northbound-all/pom.xml | 2 +- generic-resource-api/client/pom.xml | 2 +- generic-resource-api/features/features-generic-resource-api/pom.xml | 2 +- generic-resource-api/features/pom.xml | 2 +- generic-resource-api/features/sdnc-generic-resource-api/pom.xml | 2 +- generic-resource-api/installer/pom.xml | 2 +- generic-resource-api/model/pom.xml | 2 +- generic-resource-api/model/swagger/pom.xml | 2 +- generic-resource-api/model/yang/pom.xml | 2 +- generic-resource-api/pom.xml | 2 +- generic-resource-api/provider/pom.xml | 2 +- optical-service/features/features-optical-service/pom.xml | 2 +- optical-service/features/pom.xml | 2 +- optical-service/features/sdnc-optical-service/pom.xml | 2 +- optical-service/installer/pom.xml | 2 +- optical-service/model/pom.xml | 2 +- optical-service/pom.xml | 2 +- optical-service/provider/pom.xml | 2 +- pom.xml | 2 +- releases/2.4.0.yaml | 5 +++++ version.properties | 2 +- vnftools/features/features-vnftools/pom.xml | 2 +- vnftools/features/pom.xml | 2 +- vnftools/features/sdnc-vnftools/pom.xml | 2 +- vnftools/installer/pom.xml | 2 +- vnftools/pom.xml | 2 +- vnftools/provider/pom.xml | 2 +- 30 files changed, 34 insertions(+), 29 deletions(-) create mode 100644 releases/2.4.0.yaml diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 4c5e5e87..b5643a30 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound features-sdnc-northbound - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: features :: ${project.artifactId} diff --git a/features/installer/pom.xml b/features/installer/pom.xml index cee853e5..cd176b79 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-northbound-features-installer - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: features :: ${project.artifactId} diff --git a/features/pom.xml b/features/pom.xml index d1a3ec6d..cb59d562 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-northbound-feature-aggregator - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: features diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index c3d53da4..d04ef77f 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-northbound-all - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: features :: ${project.artifactId} diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index d31382a6..3a3f39bb 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -10,7 +10,7 @@ org.onap.sdnc.northbound generic-resource-api-client - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT jar sdnc-northbound :: generic-resource-api:: ${project.artifactId} diff --git a/generic-resource-api/features/features-generic-resource-api/pom.xml b/generic-resource-api/features/features-generic-resource-api/pom.xml index 8f0c18e8..f5967765 100644 --- a/generic-resource-api/features/features-generic-resource-api/pom.xml +++ b/generic-resource-api/features/features-generic-resource-api/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound features-generic-resource-api - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index d8b99338..b6a9e96e 100644 --- a/generic-resource-api/features/pom.xml +++ b/generic-resource-api/features/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound generic-resource-api-features - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml index 5cf79e43..59f4ce80 100644 --- a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml +++ b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-generic-resource-api - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml index 069a2df7..48cd4f86 100755 --- a/generic-resource-api/installer/pom.xml +++ b/generic-resource-api/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound generic-resource-api-installer - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml index f7ccd57f..f5b862ff 100644 --- a/generic-resource-api/model/pom.xml +++ b/generic-resource-api/model/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound generic-resource-api-model - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml index 4f5bdf37..1c4d03fe 100644 --- a/generic-resource-api/model/swagger/pom.xml +++ b/generic-resource-api/model/swagger/pom.xml @@ -10,7 +10,7 @@ org.onap.sdnc.northbound generic-resource-api-model-swagger - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT jar sdnc-northbound :: generic-resource-api:: ${project.artifactId} diff --git a/generic-resource-api/model/yang/pom.xml b/generic-resource-api/model/yang/pom.xml index 04bf60c8..a70c1ebe 100644 --- a/generic-resource-api/model/yang/pom.xml +++ b/generic-resource-api/model/yang/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound generic-resource-api-model-yang - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT bundle sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml index 915de3ef..4b3dd2c9 100644 --- a/generic-resource-api/pom.xml +++ b/generic-resource-api/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound generic-resource-api - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: generic-resource-api diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index cadea316..c3826324 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound generic-resource-api-provider - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT bundle sdnc-northbound :: generic-resource-api :: ${project.artifactId} diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml index 02ed1a78..7a84cd07 100644 --- a/optical-service/features/features-optical-service/pom.xml +++ b/optical-service/features/features-optical-service/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound features-optical-service - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: optical-service :: ${project.artifactId} diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index 037b96a1..9135d298 100644 --- a/optical-service/features/pom.xml +++ b/optical-service/features/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound optical-service-features - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: optical-service:: ${project.artifactId} diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index 9c8a9cd7..d9e32b06 100644 --- a/optical-service/features/sdnc-optical-service/pom.xml +++ b/optical-service/features/sdnc-optical-service/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-optical-service - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: optical-service :: ${project.artifactId} diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index bb79df3a..0e02def1 100644 --- a/optical-service/installer/pom.xml +++ b/optical-service/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound optical-service-installer - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: optical-service :: ${project.artifactId} diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml index da35f941..0d068084 100644 --- a/optical-service/model/pom.xml +++ b/optical-service/model/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound optical-service-model - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT bundle sdnc-northbound :: optical-service :: ${project.artifactId} diff --git a/optical-service/pom.xml b/optical-service/pom.xml index b8ae5503..99446723 100644 --- a/optical-service/pom.xml +++ b/optical-service/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound optical-service - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: optical-service diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml index 3edc983e..cf399b04 100644 --- a/optical-service/provider/pom.xml +++ b/optical-service/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound optical-service-provider - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT bundle sdnc-northbound :: optical-service :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index 4112e054..ac912beb 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-northbound - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound diff --git a/releases/2.4.0.yaml b/releases/2.4.0.yaml new file mode 100644 index 00000000..d6eba3e5 --- /dev/null +++ b/releases/2.4.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '2.4.0' +project: 'sdnc-northbound' +log_dir: 'sdnc-northbound-maven-stage-master/302/' diff --git a/version.properties b/version.properties index e31df43a..c3a20f19 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=2 sprint_number=4 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index 0307fd60..0af9d1d5 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound features-vnftools - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: vnftools :: ${project.artifactId} diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index 90092305..b11a5021 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound vnftools-features - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: vnftools :: ${project.artifactId} diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml index c22f1a16..6bf76b46 100644 --- a/vnftools/features/sdnc-vnftools/pom.xml +++ b/vnftools/features/sdnc-vnftools/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound sdnc-vnftools - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT feature sdnc-northbound :: vnftools :: ${project.artifactId} diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index cfce9bd1..d71cf0e1 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.sdnc.northbound vnftools-installer - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom sdnc-northbound :: vnftools :: ${project.artifactId} diff --git a/vnftools/pom.xml b/vnftools/pom.xml index 26d5bb5b..5900c774 100644 --- a/vnftools/pom.xml +++ b/vnftools/pom.xml @@ -10,7 +10,7 @@ org.onap.sdnc.northbound vnftools - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT pom VNF Tools Plugin diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index 11437925..c12acdc7 100644 --- a/vnftools/provider/pom.xml +++ b/vnftools/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.sdnc.northbound vnftools-provider - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT bundle sdnc-northbound :: vnftools :: ${project.artifactId} -- 2.16.6