diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-04-26 12:49:00 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-04-26 12:49:04 -0700 |
commit | d3fdc1498641abebf953f77e4f8ee6a5123b6163 (patch) | |
tree | e238a28464dbcd2c7c8c1758d8d8c6645209161f /bundle-parent/pom.xml | |
parent | 9eb2423588ab174fe3a15819f8e2b69422e49657 (diff) |
Increment snapshot version
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare
for next development cycle.
Change-Id: Ia712804206c3c72cf661358c1a331a9dc6cb96be
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1585
Diffstat (limited to 'bundle-parent/pom.xml')
-rw-r--r-- | bundle-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 1cf6061..ac1edf6 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> |