Create version 1.2.5 10/1310/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 1 Nov 2019 12:47:44 +0000 (08:47 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 1 Nov 2019 12:47:44 +0000 (08:47 -0400)
This draws a line at version 1.2.4 for the co-create PIZ work.

Change-Id: Ie07c31f56dab5f5af8640fac8c4457ab1a35d7f0
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 992116a..c66f5fa 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.4-SNAPSHOT</version>
+               <version>1.2.5-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.plt.a1med.client</groupId>
index c16192a..62f2764 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.4-SNAPSHOT</version>
+               <version>1.2.5-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.xapp.anr.client</groupId>
index 1686923..69a3c8c 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.4-SNAPSHOT</version>
+               <version>1.2.5-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
        <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
index 32fce70..0b21918 100644 (file)
 RIC Dashboard Release Notes
 ===========================
 
-Version 1.2.4, 28 Oct 2019
+Version 1.2.5, 31 Oct 2019
+--------------------------
+* Revise e2-mgr-client to use API spec in new submodule ric-plt/e2mgr;
+  removed cached copy
+
+Version 1.2.4, 24 Oct 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;
   removed cached copy
-* Revise e2-mgr-client to use API spec in new submodule ric-plt/e2mgr;
-  removed cached copy
 * Add Platform page showing Kubernetes pods in aux and platform obtained from CAAS-Ingress
 * Update Angular libraries to recent stable versions
 * Revise user controller to answer data sent by portal, drop the mock implementation
index a34d0a6..05c351e 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.4-SNAPSHOT</version>
+               <version>1.2.5-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 bebdf03..6147752 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.4-SNAPSHOT</version>
+       <version>1.2.5-SNAPSHOT</version>
        <properties>
                <java.version>11</java.version>
                <!-- Properties for the license-maven-plugin in child POMs -->
index c62a236..8268835 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.4-SNAPSHOT</version>
+               <version>1.2.5-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
index e3a1b27..fd75241 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.4-SNAPSHOT</version>
+               <version>1.2.5-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-fe</artifactId>
        <name>RIC Dashboard Webapp frontend</name>