Minor documentation updates.
[nonrtric.git] / sdnc-a1-controller / pom.xml
index 349041d..6f08d25 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2019-2020 Nordix Foundation.
+   Copyright (C) 2019 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with 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>
 
-       <groupId>org.onap.sdnc</groupId>
-       <artifactId>sdnc</artifactId>
-       <version>1.7.3-SNAPSHOT</version>
+       <groupId>org.o-ran-sc.nonrtric.sdnc-a1</groupId>
+       <artifactId>sdnc-a1</artifactId>
+       <version>2.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
-       <name>sdnc</name>
+       <name>sdnc-a1</name>
+
+       <properties>
+               <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
+       </properties>
+
        <modules>
                <module>northbound</module>
                <module>oam</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>