Change version to 1.3.0 for amber work 44/1344/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 4 Nov 2019 15:39:00 +0000 (10:39 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 4 Nov 2019 15:39:00 +0000 (10:39 -0500)
Leaves version 1.2.4 on the co-create PIZ branch.

Change-Id: I00136ae3f68fa4a2f2ca053727027b2499754295
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
a1-med-client/pom.xml
anr-xapp-client/pom.xml
app-mgr-client/pom.xml
docs/release-notes.rst
e2-mgr-client/pom.xml
pom.xml
webapp-backend/pom.xml
webapp-frontend/pom.xml

index c66f5fa..f4c88c3 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.plt.a1med.client</groupId>
index 62f2764..5d6eced 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.xapp.anr.client</groupId>
index 69a3c8c..4b41b8e 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
index 2812529..7fafedf 100644 (file)
@@ -4,8 +4,8 @@
 RIC Dashboard Release Notes
 ===========================
 
-Version 1.2.5, 31 Oct 2019
---------------------------
+Version 1.3.0, 4 Nov 2019
+-------------------------
 * Revise e2-mgr-client to use API spec in new submodule ric-plt/e2mgr;
   removed cached copy
 * Silence many Sonar complaints
@@ -13,6 +13,7 @@ Version 1.2.5, 31 Oct 2019
 
 Version 1.2.4, 24 Oct 2019
 --------------------------
+* This version is used for the AT&T/Nokia co-create PIZ trials Nov 2019.
 * Revise a1-med-client to use API spec in new submodule ric-plt/a1;
   removed cached copy
 * Revise app manager client to use API spec in new submodule ric-plt/appmgr;
index 05c351e..c50b0d5 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
diff --git a/pom.xml b/pom.xml
index 6147752..03f8a10 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ limitations under the License.
        <artifactId>ric-dash-parent</artifactId>
        <name>RIC Dashboard project</name>
        <packaging>pom</packaging>
-       <version>1.2.5-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
        <properties>
                <java.version>11</java.version>
                <!-- Properties for the license-maven-plugin in child POMs -->
index 8268835..3b56e68 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
@@ -273,7 +273,7 @@ limitations under the License.
                                                <image>
                                                        <!-- Specify a tag to avoid default tag "latest" -->
                                                        <!-- Avoid maven artifact name here -->
-                                                       <name>ric-dashboard:${project.version}</name>
+                                                       <name>o-ran-sc/ric-dashboard:${project.version}</name>
                                                        <build>
                                                                <from>openjdk:11-jre-slim</from>
                                                                <tags>
index fd75241..9ae5d0b 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-fe</artifactId>
        <name>RIC Dashboard Webapp frontend</name>