[OS-144] Updating default ver in pom 35/2035/1
authorJimmy Forsyth <jf2512@att.com>
Fri, 10 Mar 2017 21:17:37 +0000 (16:17 -0500)
committerJimmy Forsyth <jf2512@att.com>
Fri, 10 Mar 2017 21:17:37 +0000 (16:17 -0500)
Change-Id: Ib070bc980498377239f267a01d858d81138fec39
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
vid/pom.xml

diff --git a/pom.xml b/pom.xml
index 12ecae1..8a28419 100644 (file)
--- 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>
                        <scope>test</scope>
                </dependency>
        </dependencies>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
 </project>
index 8af7e83..095dbdf 100644 (file)
@@ -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>