aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2017-03-10 16:17:37 -0500
committerJimmy Forsyth <jf2512@att.com>2017-03-10 16:17:37 -0500
commitd13d1ec6e4c76c27e8e88197d5bbbe204a0556d9 (patch)
tree12d1e75f5da589d07fb5ce6ee910ec653efca5e0
parent088630c472efde97d178e024a729a0e1056cc7f8 (diff)
[OS-144] Updating default ver in pom
Change-Id: Ib070bc980498377239f267a01d858d81138fec39 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
-rw-r--r--vid/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 12ecae1b7..8a2841966 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <build.version>1.0.0-SNAPSHOT</build.version>
+ <build.version>1.1.0-SNAPSHOT</build.version>
<nexusproxy>https://nexus.openecomp.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -194,5 +194,5 @@
<scope>test</scope>
</dependency>
</dependencies>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</project>
diff --git a/vid/pom.xml b/vid/pom.xml
index 8af7e83c2..095dbdfa3 100644
--- a/vid/pom.xml
+++ b/vid/pom.xml
@@ -9,7 +9,7 @@
inherit from a parent maven module. -->
<groupId>org.openecomp.vid</groupId>
<artifactId>vid</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>VID Webapp</name>
<description>VID Webapp based on the Ecomp SDK</description>