Release nonrtric 2.0.0
authorjenkins <jenkins@o-ran-sc.org>
Thu, 18 Jun 2020 11:21:43 +0000 (11:21 +0000)
committerjenkins <jenkins@o-ran-sc.org>
Thu, 18 Jun 2020 11:21:43 +0000 (11:21 +0000)
21 files changed:
policy-agent/pom.xml
pom.xml
sdnc-a1-controller/northbound/features/features-sdnc-a1-northbound/pom.xml
sdnc-a1-controller/northbound/features/installer/pom.xml
sdnc-a1-controller/northbound/features/pom.xml
sdnc-a1-controller/northbound/features/sdnc-a1-northbound-all/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/features/features-nonrt-ric-api/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/features/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/features/sdnc-nonrt-ric-api/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/installer/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/model/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/pom.xml
sdnc-a1-controller/northbound/nonrt-ric-api/provider/pom.xml
sdnc-a1-controller/northbound/pom.xml
sdnc-a1-controller/oam/installation/pom.xml
sdnc-a1-controller/oam/installation/sdnc-a1/pom.xml
sdnc-a1-controller/oam/platform-logic/installer/pom.xml
sdnc-a1-controller/oam/platform-logic/pom.xml
sdnc-a1-controller/oam/platform-logic/setup/pom.xml
sdnc-a1-controller/oam/pom.xml
sdnc-a1-controller/pom.xml

index 8f56cd6..10a0100 100644 (file)
@@ -31,7 +31,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric</groupId>
     <artifactId>policy-agent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
diff --git a/pom.xml b/pom.xml
index 4cb5edf..2db2e6b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.o-ran-sc</groupId>
     <artifactId>nonrtric</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <name>nonrtric</name>
index 042e481..4d8e275 100644 (file)
@@ -38,7 +38,7 @@ limitations under the License.
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
     <artifactId>features-sdnc-a1-northbound</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>feature</packaging>
 
     <name>sdnc-a1-northbound :: features :: ${project.artifactId}</name>
index 75e41f6..c17d199 100755 (executable)
@@ -30,7 +30,7 @@ limitations under the License.
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>sdnc-a1-northbound-features-installer</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1-northbound :: features :: ${project.artifactId}</name>
index 3986363..b1d050f 100755 (executable)
@@ -30,7 +30,7 @@ limitations under the License.
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>sdnc-northbound-feature-aggregator</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1-northbound :: features</name>
index 3a4d11a..85b9b1e 100644 (file)
@@ -38,7 +38,7 @@ limitations under the License.
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>sdnc-a1-northbound-all</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>feature</packaging>
 
        <name>sdnc-a1-northbound :: features :: ${project.artifactId}</name>
index 4ec9ab6..c103692 100644 (file)
@@ -30,7 +30,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>features-nonrt-ric-api</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>feature</packaging>
 
        <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
index 09ce581..bc636ae 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
     <artifactId>nonrt-ric-api-features</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
index 895766d..8f34d05 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
     <artifactId>sdnc-nonrt-ric-api</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>feature</packaging>
 
     <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
index 3a70a34..4d510aa 100755 (executable)
@@ -30,7 +30,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>nonrt-ric-api-installer</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
index 08fd479..04a94d1 100644 (file)
@@ -38,7 +38,7 @@
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
     <artifactId>nonrt-ric-api-model</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
 
     <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
index c24857f..23b851a 100644 (file)
@@ -32,7 +32,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>nonrt-ric-api</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1-northbound :: nonrt-ric-api</name>
index 8fa19ac..e97aaa8 100644 (file)
@@ -40,7 +40,7 @@
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
     <artifactId>nonrt-ric-api-provider</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
 
     <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
index 1f95097..4f01205 100644 (file)
@@ -38,7 +38,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
        <artifactId>sdnc-a1-northbound</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <properties>
index 6cdf04f..a6e0e9c 100644 (file)
@@ -30,7 +30,7 @@
     <packaging>pom</packaging>
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.oam</groupId>
     <artifactId>installation</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>sdnc-a1-oam :: installation</name>
     <description>Installs SDN-C on local file system</description>
index cd58073..1ba6c58 100644 (file)
     <packaging>pom</packaging>
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.oam</groupId>
     <artifactId>installation-sdnc-a1</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>sdnc-a1-oam :: installation :: ${project.artifactId}</name>
     <description>Creates SDN Controller Docker container</description>
 
     <properties>
      <standalone.image.name>o-ran-sc/nonrtric-a1-controller</standalone.image.name>
-     <standalone.image.version>2.0.0-SNAPSHOT</standalone.image.version>
+     <standalone.image.version>2.0.0</standalone.image.version>
      <sdnc.project.version>${project.version}</sdnc.project.version>
      <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
-     <sdnc.northbound.version>2.0.0-SNAPSHOT</sdnc.northbound.version>
+     <sdnc.northbound.version>2.0.0</sdnc.northbound.version>
      <ccsdk.docker.version>0.7.0</ccsdk.docker.version>
      <docker.push.phase>deploy</docker.push.phase>
     </properties>
index 7e9030c..95c8689 100644 (file)
@@ -30,7 +30,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.oam</groupId>
        <artifactId>platform-logic-installer</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1-oam :: platform-logic :: ${project.artifactId}</name>
index a9d8ca9..5514438 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.oam</groupId>
     <artifactId>platform-logic</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <name>sdnc-a1-oam :: platform-logic</name>
index f4c62c5..1c629a2 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.o-ran-sc.nonrtric.sdnc-a1.oam</groupId>
        <artifactId>platform-logic-setup</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
     <name>sdnc-a1-oam :: platform-logic :: ${project.artifactId}</name>
index 45105e6..ce8600b 100755 (executable)
@@ -29,7 +29,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1.oam</groupId>
        <artifactId>sdnc-a1-oam</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1-oam</name>
index e15d7ef..f796c38 100644 (file)
@@ -25,7 +25,7 @@
 
        <groupId>org.o-ran-sc.nonrtric.sdnc-a1</groupId>
        <artifactId>sdnc-a1</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.0.0</version>
        <packaging>pom</packaging>
 
        <name>sdnc-a1</name>