diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-10 14:47:58 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-10 14:47:58 -0400 |
commit | e45b6a2c0f8efcbf73ece25bfebbec8d6624525e (patch) | |
tree | 4c3419f4bafe4c01d933218e2890adf841623052 /springboot/pom.xml | |
parent | 3770d8c4560938df24c3893a2b71e67c4c26ced8 (diff) |
Roll version for Frankfurt release
Roll version in master branch to Frankfurt version (1.5.0-SNAPSHOT)
Change-Id: Id68e5cd6ccc657a52c4bae58afe8d634bffccf37
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-x | springboot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 301f41e0..1a79678f 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -7,12 +7,12 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |