diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | vid/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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> |