Fix versions in pom files
[portal/nonrtric-controlpanel.git] / webapp-backend / pom.xml
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 -->