diff options
author | Jimmy Forsyth <jf2512@att.com> | 2017-03-10 16:17:37 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2017-03-10 16:17:37 -0500 |
commit | d13d1ec6e4c76c27e8e88197d5bbbe204a0556d9 (patch) | |
tree | 12d1e75f5da589d07fb5ce6ee910ec653efca5e0 /pom.xml | |
parent | 088630c472efde97d178e024a729a0e1056cc7f8 (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.xml | 4 |
1 files changed, 2 insertions, 2 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> |