Fix Jenkins staging job using JAR args in pom
[nonrtric.git] / dashboard / webapp-frontend / pom.xml
index fd75241..2888f73 100644 (file)
@@ -23,12 +23,12 @@ 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.o-ran-sc.portal.ric-dashboard</groupId>
+               <groupId>org.o-ran-sc.nonrt.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.5-SNAPSHOT</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-fe</artifactId>
-       <name>RIC Dashboard Webapp frontend</name>
+       <name>NonRT RIC Dashboard Webapp frontend</name>
        <build>
                <plugins>
                        <plugin>