Upgrade to E2 spec of 2 May 2019
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index 3b06ab9..6f7147c 100644 (file)
@@ -23,9 +23,9 @@ limitations under the License.
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.oranosc.ric.portal.dashboard</groupId>
+               <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.1-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
@@ -36,12 +36,12 @@ limitations under the License.
        </properties>
        <dependencies>
                <dependency>
-                       <groupId>org.oranosc.ric.e2mgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>0.0.1-SNAPSHOT</version>
+                       <version>02052019-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.oranosc.ric.xappmgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric.xappmgr.client</groupId>
                        <artifactId>xapp-mgr-client</artifactId>
                        <version>0.0.10-SNAPSHOT</version>
                </dependency>