diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-11-12 12:54:14 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-12 13:52:48 -0800 |
commit | 41852a077ca6ebb78dbfe81261c738fd774379f2 (patch) | |
tree | aaf9a1632caefc949ee97e5771ac3a9c87a9d14b /bundle-parent | |
parent | 169fbc939962f1e9b3cbca8f707788622da3a726 (diff) |
Increment version number
Changing to version 1.5.0-SNAPSHOT
Change-Id: I080d396683fce41eced944e3cb5b799c15623e73
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
Diffstat (limited to 'bundle-parent')
-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 36ab4dc..e4322a3 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.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> |