summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver
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/driver
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/driver')
-rw-r--r--nokiav2/driver/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml
index 1c436a55..956ef957 100644
--- a/nokiav2/driver/pom.xml
+++ b/nokiav2/driver/pom.xml
@@ -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>