aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parent088630c472efde97d178e024a729a0e1056cc7f8 (diff)
[OS-144] Updating default ver in pom
Change-Id: Ib070bc980498377239f267a01d858d81138fec39 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 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>