Use non-root user in Dockerfile for a1-policy-management-service
[nonrtric.git] / helm-manager / pom.xml
index 0c52a12..607a6ad 100644 (file)
     <groupId>org.o-ran-sc.nonrtric</groupId>
     <artifactId>helm-manager</artifactId>
     <!-- Update this when stepping version of the helm-manager -->
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
             <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
         </license>
     </licenses>
+    <repositories>
+        <repository>
+            <id>onap-releases</id>
+            <name>onap-releases</name>
+            <url>https://nexus.onap.org/content/repositories/releases/</url>
+        </repository>
+    </repositories>
     <properties>
         <!-- Update this when a new version of the dependency jar shall be included -->
-        <policy-clamp-participant-impl-kubernetes.version>6.1.2-SNAPSHOT</policy-clamp-participant-impl-kubernetes.version>
+        <policy-clamp-participant-impl-kubernetes.version>6.1.2</policy-clamp-participant-impl-kubernetes.version>
         <docker-maven-plugin.version>0.36.0</docker-maven-plugin.version>
-        <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
     </properties>
     <dependencies>
         <dependency>
@@ -58,7 +64,6 @@
                 <!-- Make the jar file of the dependency available as a file for inclusion in the docker image-->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>${maven-dependency-plugin.version}</version>
                 <executions>
                 <execution>
                     <id>copy</id>
         <system>JIRA</system>
         <url>https://jira.o-ran-sc.org/</url>
     </issueManagement>
-</project>
\ No newline at end of file
+</project>