From: Niamh Core Date: Tue, 14 Sep 2021 10:56:09 +0000 (+0000) Subject: Merge "Add test for missing code covereage" X-Git-Tag: 2.0.1~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=163fe25c18a81976d080f8752ef3dc889d29569b;hp=612b697f8c28f3d7c6250e6c3235fc9bd50b8366;p=cps.git Merge "Add test for missing code covereage" --- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 3b7f3ed32..9a5eea5d0 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps checkstyle - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 9ce0006ce..7ca50dca2 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 1f8789cd5..2a729024c 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps cps-bom - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT pom This artifact contains dependencyManagement declarations of all published CPS components. diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 1cd36f683..d8f46ccba 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.cps cps-dependencies - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-events/pom.xml b/cps-events/pom.xml index 384440846..e952220eb 100644 --- a/cps-events/pom.xml +++ b/cps-events/pom.xml @@ -24,7 +24,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index d3de688e2..c24398330 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index fc01c3b1c..39ceeb726 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index e8861006e..bfb3a9752 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT pom diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 38ba9acf3..1884ea4c1 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index c4af3803b..c76677fe9 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 9072a5201..e1be2bed3 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index c69ead09e..028a0608b 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/pom.xml b/pom.xml index 4ac37841d..5ed8bdc74 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT pom cps diff --git a/releases/2.0.0-container.yaml b/releases/2.0.0-container.yaml new file mode 100644 index 000000000..7021569a7 --- /dev/null +++ b/releases/2.0.0-container.yaml @@ -0,0 +1,9 @@ +distribution_type: container +container_release_tag: 2.0.0 +project: cps +log_dir: cps-maven-docker-stage-master/319/ +ref: d9b5bb295553f0adb2a09d341ad1e3f95c8c995d +tag_release: true +containers: + - name: 'cps-and-ncmp' + version: '2.0.0-20210913T194429Z' diff --git a/releases/2.0.0.yaml b/releases/2.0.0.yaml new file mode 100644 index 000000000..202467a1d --- /dev/null +++ b/releases/2.0.0.yaml @@ -0,0 +1,5 @@ +distribution_type: maven +log_dir: cps-maven-stage-master/319/ +project: cps +version: 2.0.0 +tag_release: false diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 6b2d8c114..2a52fb7ec 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps spotbugs - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 04bd78a1e..67022d0f3 100755 --- a/version.properties +++ b/version.properties @@ -19,8 +19,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support this -major=1 -minor=1 +major=2 +minor=0 patch=0 base_version=${major}.${minor}.${patch}