diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-13 16:05:39 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 16:39:32 -0400 |
commit | 9341f0842038d226d24ff51cf358770c35ea8f7c (patch) | |
tree | 2e6177c877a986a6d9ae59f27835b1fff1ac14de /springboot/pom.xml | |
parent | 60bfa8c7163086c2f9dbaa5f8c683525a81cf069 (diff) |
Updates for Fluorine SR2
Update versions in CCSDK parent pom for Fluorine SR2 release
Change-Id: I2325209b1359091b28cb485cad35aee5caadb13f
Issue-ID: CCSDK-1156
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 dfd70f5a..9e0613f0 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.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |