Uplift from master
[portal/nonrtric-controlpanel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 520f46f..f19f20d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,64 +22,65 @@ limitations under the License.
 <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>
-       <parent>
-               <!-- this group Id must match LF gerrit repository -->
-               <groupId>org.springframework.boot</groupId>
-               <artifactId>spring-boot-starter-parent</artifactId>
-                <version>2.3.4.RELEASE</version>
-               <relativePath /> <!-- lookup parent from repository -->
-       </parent>
-       <groupId>org.o-ran-sc.portal.nonrtric.controlpanel</groupId>
-       <artifactId>nonrtric-controlpanel-parent</artifactId>
-       <name>Non-RT RIC Control Panel project</name>
-       <packaging>pom</packaging>
-       <version>2.1.0-SNAPSHOT</version>
-       <properties>
-               <java.version>11</java.version>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <!-- this group Id must match LF gerrit repository -->
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-starter-parent</artifactId>
+        <version>2.3.4.RELEASE</version>
+        <relativePath />
+        <!-- lookup parent from repository -->
+    </parent>
+    <groupId>org.o-ran-sc.portal.nonrtric.controlpanel</groupId>
+    <artifactId>nonrtric-controlpanel-parent</artifactId>
+    <name>Non-RT RIC Control Panel project</name>
+    <packaging>pom</packaging>
+    <version>2.1.1-SNAPSHOT</version>
+    <properties>
+        <java.version>11</java.version>
         <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
-       </properties>
-       <modules>
-               <module>webapp-frontend</module>
-               <module>webapp-backend</module>
-       </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>${java.version}</source>
-                                       <target>${java.version}</target>
-                               </configuration>
-                       </plugin>
-                       <!-- Always generate a source jar -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>attach-sources</id>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <!-- Always skip the deploy-jar-to-nexus step -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
-                       </plugin>
-                       <!-- 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>
+    </properties>
+    <modules>
+        <module>webapp-frontend</module>
+        <module>webapp-backend</module>
+    </modules>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>${java.version}</source>
+                    <target>${java.version}</target>
+                </configuration>
+            </plugin>
+            <!-- Always generate a source jar -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <!-- Always skip the deploy-jar-to-nexus step -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+            <!-- 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>
\ No newline at end of file