Revise groupIds in POM files; no functional changes
[portal/ric-dashboard.git] / dashboard / webapp-backend / pom.xml
index f1dfa7f..5e94421 100644 (file)
@@ -27,8 +27,9 @@ limitations under the License.
                <artifactId>ric-dash-parent</artifactId>
                <version>2.0.1-SNAPSHOT</version>
        </parent>
+       <!-- reuse parent groupId -->
        <artifactId>ric-dash-be</artifactId>
-       <name>RIC Dashboard Webapp backend</name>
+       <name>RIC Dashboard Webapp Backend</name>
        <properties>
                <springfox.version>2.9.2</springfox.version>
                <!-- Set by Jenkins -->
@@ -44,17 +45,17 @@ limitations under the License.
        <dependencies>
                <!-- Platform components -->
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.a1med.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.a1.client</groupId>
                        <artifactId>a1-med-client</artifactId>
                        <version>2.1.0-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.appmgr.client</groupId>
                        <artifactId>app-mgr-client</artifactId>
                        <version>0.3.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
                        <version>3.0.3-SNAPSHOT</version>
                </dependency>