Fix versions in pom files 37/2937/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 24 Mar 2020 08:09:54 +0000 (09:09 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 24 Mar 2020 08:10:01 +0000 (09:10 +0100)
Change-Id: Ic441767b428618c3ec6209c4dfe83aea79186c22
Issue-ID: NONRTRIC-168
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
pom.xml
webapp-backend/pom.xml

diff --git a/pom.xml b/pom.xml
index 1e9828a..78b2a28 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,8 @@ limitations under the License.
                <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>
+        <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>
@@ -106,7 +108,7 @@ limitations under the License.
                        <plugin>
                                <groupId>org.sonarsource.scanner.maven</groupId>
                                <artifactId>sonar-maven-plugin</artifactId>
-                               <version>3.6.0.1398</version>
+                               <version>${sonar-maven-plugin.version}</version>
                        </plugin>
                </plugins>
                <pluginManagement>
@@ -114,7 +116,7 @@ limitations under the License.
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>
                                        <artifactId>license-maven-plugin</artifactId>
-                                       <version>1.20</version>
+                                       <version>${license-maven-plugin.version}</version>
                                </plugin>
                        </plugins>
                </pluginManagement>
index 96ebb1d..0efb93e 100644 (file)
@@ -35,11 +35,14 @@ limitations under the License.
     <artifactId>nonrtric-controlpanel-be</artifactId>
     <name>NonRT RIC Controlpanel Webapp backend</name>
     <properties>
+        <epsdk-fw.version>2.6.0</epsdk-fw.version>
         <springfox.version>2.9.2</springfox.version>
         <immutable.version>2.7.1</immutable.version>
         <apache-axis2.version>1.7.9</apache-axis2.version>
         <formatter-maven-plugin.version>2.8.1</formatter-maven-plugin.version>
         <spotless-maven-plugin.version>1.18.0</spotless-maven-plugin.version>
+        <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
+        <docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>
         <!-- Set by Jenkins -->
         <build.number>0</build.number>
     </properties>
@@ -55,7 +58,7 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.portal.sdk</groupId>
             <artifactId>epsdk-fw</artifactId>
-            <version>2.6.0</version>
+            <version>${epsdk-fw.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
@@ -270,7 +273,7 @@ limitations under the License.
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.4</version>
+                <version>${jacoco-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <id>default-prepare-agent</id>
@@ -291,7 +294,7 @@ limitations under the License.
             <plugin>
                 <groupId>io.fabric8</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
-                <version>0.30.0</version>
+                <version>${docker-maven-plugin.version}</version>
                 <configuration>
                     <verbose>true</verbose>
                     <!-- environment variables supplied by Jenkins -->