diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 11:10:28 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-12-01 00:37:32 +0000 |
commit | 777f637d0c2097d8a0805c4b7e920aa25575700f (patch) | |
tree | bd38dac0177d6a6c66dd7aebb4aa43b889bbce40 /pom.xml | |
parent | 264228ce4fec3204502f0e8f3b906ad12e192825 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,15 +5,15 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-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> + <!-- <version>1.2.0-SNAPSHOT</version> --> + <version>1.2.0-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. @@ -47,7 +47,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.2.0-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> |