Upgrade App Manager to version 0.1.5
[portal/ric-dashboard.git] / app-mgr-client / pom.xml
similarity index 96%
rename from xapp-mgr-client/pom.xml
rename to app-mgr-client/pom.xml
index 86639f4..0cd496a 100644 (file)
@@ -28,17 +28,17 @@ limitations under the License.
                <version>1.0.4-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
-       <groupId>org.o-ran-sc.ric.xappmgr.client</groupId>
-       <artifactId>xapp-mgr-client</artifactId>
-       <name>RIC xApp Manager client</name>
-       <version>0.1.4-SNAPSHOT</version>
+       <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
+       <artifactId>app-mgr-client</artifactId>
+       <name>RIC App Manager client</name>
+       <version>0.1.5-SNAPSHOT</version>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <!-- Jenkins invokes maven with -Dbuild.number=.. -->
                <build.number>0</build.number>
                <!-- same as groupId BUT without hyphens -->
-               <client.base.package.name>org.oransc.ric.xappmgr.client</client.base.package.name>
+               <client.base.package.name>org.oransc.ric.plt.appmgr.client</client.base.package.name>
        </properties>
        <!-- Successful compilation requires generated code dependencies -->
        <dependencies>
@@ -104,7 +104,7 @@ limitations under the License.
                                                        <goal>generate</goal>
                                                </goals>
                                                <configuration>
-                                                       <inputSpec>${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml</inputSpec>
+                                                       <inputSpec>${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_5.yaml</inputSpec>
                                                        <language>java</language>
                                                        <configOptions>
                                                                <groupId>${project.groupId}</groupId>