Merge "Update images tag and nexus registry port"
[nonrtric.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c80c558..1a7d888 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   ============LICENSE_END=========================================================
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       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>
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    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>
 
-       <groupId>org.oransc</groupId>
-       <artifactId>nonrtric</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
-       <packaging>pom</packaging>
+    <groupId>org.o-ran-sc</groupId>
+    <artifactId>nonrtric</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
-       <name>nonrtric</name>
-       <modules>
-               <module>dashboard</module>
-               <module>sdnc-a1-controller</module>
-               <module>near-rt-ric-simulator</module>
-       </modules>
+    <name>nonrtric</name>
+    <properties>
+    <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
+    </properties>
+    <modules>
+        <module>a1-policy-management-service</module>
+        <module>information-coordinator-service</module>
+        <module>r-app-catalogue</module>
+        <module>helm-manager</module>
+        <module>dmaap-adaptor-java</module>
+    </modules>
+    <build>
+        <plugins>
+            <!-- support sonar in multi-module project -->
+            <plugin>
+                <groupId>org.sonarsource.scanner.maven</groupId>
+                <artifactId>sonar-maven-plugin</artifactId>
+                <version>${sonar-maven-plugin.version}</version>
+            </plugin>
+        </plugins>
+    </build>
 </project>