Release cps 1.0.0
authorjenkins-releng <jenkins-releng@onap.org>
Fri, 5 Mar 2021 10:15:23 +0000 (10:15 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Fri, 5 Mar 2021 10:15:23 +0000 (10:15 +0000)
12 files changed:
checkstyle/pom.xml
cps-application/pom.xml
cps-bom/pom.xml
cps-dependencies/pom.xml
cps-nf-proxy-rest/pom.xml
cps-nf-proxy-service/pom.xml
cps-parent/pom.xml
cps-rest/pom.xml
cps-ri/pom.xml
cps-service/pom.xml
pom.xml
spotbugs/pom.xml

index 10423cc..5a172f1 100644 (file)
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.cps</groupId>
     <artifactId>checkstyle</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <properties>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
index d725630..526088d 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.cps</groupId>
         <artifactId>cps-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../cps-parent/pom.xml</relativePath>
     </parent>
 
index 21634cc..62b36a0 100644 (file)
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.cps</groupId>
     <artifactId>cps-bom</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <description>This artifact contains dependencyManagement declarations of all published CPS components.</description>
index db70cad..daccf5f 100755 (executable)
@@ -6,7 +6,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.cps</groupId>
     <artifactId>cps-dependencies</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <name>${project.groupId}:${project.artifactId}</name>
index 90ed6f4..0b74fe6 100755 (executable)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.cps</groupId>
         <artifactId>cps-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../cps-parent/pom.xml</relativePath>
     </parent>
 
index 0ac87b4..69d9ae9 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.onap.cps</groupId>
         <artifactId>cps-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../cps-parent/pom.xml</relativePath>
     </parent>
 
index 1b136f4..07f78d3 100755 (executable)
@@ -31,7 +31,7 @@
 
     <groupId>org.onap.cps</groupId>
     <artifactId>cps-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 9e16950..46dbedb 100755 (executable)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cps</groupId>
         <artifactId>cps-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../cps-parent/pom.xml</relativePath>
     </parent>
 
index d1d1ea4..5563c3f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>\r
         <groupId>org.onap.cps</groupId>\r
         <artifactId>cps-parent</artifactId>\r
-        <version>1.0.0-SNAPSHOT</version>\r
+        <version>1.0.0</version>\r
         <relativePath>../cps-parent/pom.xml</relativePath>\r
     </parent>\r
 \r
index c337a8e..02c5b54 100644 (file)
@@ -5,7 +5,7 @@
   <parent>\r
     <groupId>org.onap.cps</groupId>\r
     <artifactId>cps-parent</artifactId>\r
-    <version>1.0.0-SNAPSHOT</version>\r
+    <version>1.0.0</version>\r
     <relativePath>../cps-parent/pom.xml</relativePath>\r
   </parent>\r
 \r
diff --git a/pom.xml b/pom.xml
index 8cd5762..9bf0641 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 \r
     <groupId>org.onap.cps</groupId>\r
     <artifactId>cps-aggregator</artifactId>\r
-    <version>1.0.0-SNAPSHOT</version>\r
+    <version>1.0.0</version>\r
     <packaging>pom</packaging>\r
 \r
     <name>cps</name>\r
index 6599a2a..8349452 100644 (file)
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.cps</groupId>
     <artifactId>spotbugs</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <properties>
         <nexusproxy>https://nexus.onap.org</nexusproxy>