Fix invalid versions in pom.xml 77/58277/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Tue, 31 Jul 2018 20:23:30 +0000 (22:23 +0200)
committerDenes Nemeth <denes.nemeth@nokia.com>
Tue, 31 Jul 2018 20:23:30 +0000 (22:23 +0200)
Change-Id: I97be92ff7fcca84adeb7506c4e504b942ba60d31
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-1005

nokiav2/deployment/pom.xml
nokiav2/driver/pom.xml
nokiav2/driverwar/pom.xml
nokiav2/generatedapis/pom.xml
nokiav2/pom.xml

index 9411807..2f300e7 100644 (file)
@@ -17,7 +17,7 @@
 <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>
   <artifactId>deployment</artifactId>
-  <version>${driver.version}</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>vfc/nfvo/driver/vnfm/svnfm/nokiav2/deployment</name>
   <description>Nokia SVNFM driver deployment files</description>
index 1c436a5..956ef95 100644 (file)
@@ -17,7 +17,7 @@
 <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>
   <artifactId>driver</artifactId>
-  <version>${driver.version}</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>vfc/nfvo/driver/vnfm/svnfm/nokiav2/driver</name>
   <description>svnfm vnfm driver</description>
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
       <artifactId>vfc-nfvo-driver-vnfm-svnfm-nokiav2-clients</artifactId>
-      <version>${driver.version}</version>
+      <version>1.1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
index 10f12e0..7215e3f 100644 (file)
@@ -18,7 +18,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
   <artifactId>driverwar</artifactId>
-  <version>${driver.version}</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>vfc/nfvo/driver/vnfm/svnfm/nokiav2/driverwar</name>
   <description>svnfm vnfm driver</description>
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
       <artifactId>driver</artifactId>
-      <version>${driver.version}</version>
+      <version>1.1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
index 9b953d1..294158c 100644 (file)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
   <artifactId>vfc-nfvo-driver-vnfm-svnfm-nokiav2-clients</artifactId>
-  <version>${driver.version}</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>vfc/nfvo/driver/vnfm/svnfm/nokiav2/generatedapis</name>
   <properties>
index 4407b88..52a368e 100644 (file)
@@ -29,7 +29,6 @@
   <properties>
     <jacoco.version>0.8.0</jacoco.version>
     <spring.boot.version>2.0.2.RELEASE</spring.boot.version>
-    <driver.version>1.1.1-SNAPSHOT</driver.version>
   </properties>
   <!-- used to test dependency convergence locally
   <build>