Release docker image 2.1.1
[portal/nonrtric-controlpanel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 868f8f5..f19f20d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,103 +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.2.5.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 Controlpanel project</name>
-       <packaging>pom</packaging>
-       <version>1.0.0-SNAPSHOT</version>
-       <properties>
-               <java.version>11</java.version>
-               <!-- Properties for the license-maven-plugin in child POMs -->
-               <lmp.organization.name>AT&amp;T Intellectual Property</lmp.organization.name>
-               <lmp.project.name>O-RAN-SC</lmp.project.name>
-               <lmp.inception.year>2019</lmp.inception.year>
-               <lmp.license.name>apache_v2</lmp.license.name>
-               <lmp.process.start.tag>========================LICENSE_START=================================</lmp.process.start.tag>
-               <lmp.process.end.tag>========================LICENSE_END===================================</lmp.process.end.tag>
+    <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>
-        <license-maven-plugin.version>1.20</license-maven-plugin.version>
-       </properties>
-       <modules>
-               <module>webapp-frontend</module>
-               <module>webapp-backend</module>
-       </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>license-maven-plugin</artifactId>
-                               <configuration>
-                                       <organizationName>${lmp.organization.name}</organizationName>
-                                       <inceptionYear>${lmp.inception.year}</inceptionYear>
-                                       <projectName>${lmp.project.name}</projectName>
-                                       <licenseName>${lmp.license.name}</licenseName>
-                                       <processStartTag>${lmp.process.start.tag}</processStartTag>
-                                       <processEndTag>${lmp.process.end.tag}</processEndTag>
-                                       <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>first</id>
-                                               <goals>
-                                                       <goal>update-file-header</goal>
-                                               </goals>
-                                               <phase>process-sources</phase>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <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>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.codehaus.mojo</groupId>
-                                       <artifactId>license-maven-plugin</artifactId>
-                                       <version>${license-maven-plugin.version}</version>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-       </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