aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:10:45 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:10:45 -0800
commitafa3f9349b626dee7b5d04edaac220941aee7ed2 (patch)
tree461111a0dc77ea2499cb9c4158219436add80915 /pom.xml
parent23c7215c93bb0a992874b1a199391cfa5bebfcec (diff)
Bump patch version
Bump patch version in preparation for Amsterdam branching. Change-Id: I909bb58e7fd1f98ea2342f19205b57e42c0302ad Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 646bf13417..d2dfd6be0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,14 +5,14 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<name>so</name>
<description>This Maven project is responsible to build and package all child projects - contributions in the MSO project.
This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB.
@@ -46,7 +46,7 @@
<org.apache.maven.user-settings></org.apache.maven.user-settings>
<!-- this is used for Chef mso-code cookbook -->
<swm.version>2.19.3-1</swm.version>
- <!-- <openstack.version>1.1.0-SNAPSHOT</openstack.version> -->
+ <!-- <openstack.version>1.1.1-SNAPSHOT</openstack.version> -->
<openstack.version>1.1.0</openstack.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>