summaryrefslogtreecommitdiffstats
path: root/nokiav2/driverwar
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-07-31 22:23:30 +0200
committerDenes Nemeth <denes.nemeth@nokia.com>2018-07-31 22:23:30 +0200
commita7e76779bf2e95091688753fb47535b8960ea6dd (patch)
tree2371aab3468606939f8c1017e9dbb8202df5495c /nokiav2/driverwar
parent3e8bea1fa3861581b3caa81628da52da538b05f3 (diff)
Fix invalid versions in pom.xml
Change-Id: I97be92ff7fcca84adeb7506c4e504b942ba60d31 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-1005
Diffstat (limited to 'nokiav2/driverwar')
-rw-r--r--nokiav2/driverwar/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nokiav2/driverwar/pom.xml b/nokiav2/driverwar/pom.xml
index 10f12e0a..7215e3f8 100644
--- a/nokiav2/driverwar/pom.xml
+++ b/nokiav2/driverwar/pom.xml
@@ -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>