fix maven warnings 65/56465/4
authorMichael Lando <ml636r@att.com>
Sun, 15 Jul 2018 17:39:45 +0000 (20:39 +0300)
committerOren Kleks <orenkle@amdocs.com>
Mon, 16 Jul 2018 08:19:09 +0000 (08:19 +0000)
maven is warning of the use of release version in the version tag.

this is deprecated since maven 3.x because it creates inconsistent builds.

Change-Id: I7bdbf5bd28c36b34e006b5ddfd8635064f29392f
Issue-ID: SDC-1511
Signed-off-by: Michael Lando <ml636r@att.com>
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml
openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-api/pom.xml

index 4a9a649..8732a25 100644 (file)
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>RELEASE</version>
+            <version>${commons.io.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
index 31fa2ca..601704c 100644 (file)
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
-            <version>1</version>
+            <version>${javax.inject.version}</version>
         </dependency>
 
-
-        <!--<dependency>-->
-            <!--<groupId>javax.ws.rs</groupId>-->
-            <!--<artifactId>javax.ws.rs-api</artifactId>-->
-            <!--<version>${ws.rs.version}</version>-->
-        <!--</dependency>-->
-
-        <!--<dependency>-->
-            <!--<groupId>org.apache.cxf</groupId>-->
-            <!--<artifactId>cxf-rt-frontend-jaxrs</artifactId>-->
-            <!--<version>${cxf.version}</version>-->
-        <!--</dependency>-->
-
         <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-models</artifactId>
-            <version>RELEASE</version>
+            <version>${swagger.version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
index 1a512c1..f220107 100644 (file)
@@ -7,7 +7,7 @@
         <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-annotations</artifactId>
-            <version>1.5.3</version>
+            <version>${swagger.version}</version>
         </dependency>
 
     </dependencies>
index 501191e..b50ef7a 100644 (file)
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-annotations</artifactId>
-            <version>1.5.3</version>
+            <version>${swagger.version}</version>
         </dependency>
         <dependency>
             <groupId>org.openecomp.sdc.core</groupId>