Add repository release details for ACM
[nonrtric/plt/rappmanager.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d1f051e..5250e43 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.0.6</version>
+        <version>3.1.2</version>
     </parent>
     <groupId>com.oransc</groupId>
     <artifactId>rappmanager</artifactId>
         <module>rapp-manager-sme</module>
         <module>rapp-manager-application</module>
     </modules>
+    <repositories>
+        <repository>
+            <id>onap-releases</id>
+            <name>onap-releases</name>
+            <url>https://nexus.onap.org/content/repositories/releases/</url>
+        </repository>
+    </repositories>
     <properties>
         <java.version>17</java.version>
         <openapi.maven.version>6.6.0</openapi.maven.version>