diff options
author | Ofir Sonsino <os0695@att.com> | 2017-12-04 13:59:17 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-12-04 13:59:17 +0200 |
commit | e895f01544b8126286e0432de3b043f5f7eda4c1 (patch) | |
tree | 71afeed2f50c26308831e4bbe672320730426a66 | |
parent | 2f872713f1bbe6933d8a56857f90c8bd092e787a (diff) |
Set VID version to 1.1.1
Change-Id: I36d7a840f9142c78fe1540eb807a9c43007429f3
Issue-ID: VID-90
Signed-off-by: Ofir Sonsino <os0695@att.com>
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 91e866135..b4663f2a5 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -8,7 +8,7 @@ the Portal team. -->
<groupId>org.openecomp.vid</groupId>
<artifactId>epsdk-app-onap</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>ECOMP SDK Webapp for OpenSource</name>
<description>ECOMP SDK Web Application for public release</description>
@@ -76,7 +76,7 @@ <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <build.version>1.1.0-SNAPSHOT</build.version>
+ <build.version>1.1.1-SNAPSHOT</build.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 689ec38c6..e77bf96ee 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. -->
<groupId>org.openecomp.vid</groupId>
<artifactId>vid-app-common</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>VID Common</name>
<description>VID Common code for opensource version</description>
|