diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-04 10:58:59 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-04 10:58:59 -0500 |
commit | d06b615678e891f65fda23d52dbff19b3b1ca45e (patch) | |
tree | eaf8e37632035f6812807543f990e94c51524456 /springboot/springboot2 | |
parent | 35d607979da73ddb70ec9231491a43b50b1df8e3 (diff) |
Roll to next Frankfurt version
Roll to next Frankfurt version
Change-Id: I61df38191065778b9bffb4f4a1bd5d17a28b49f4
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot2')
-rwxr-xr-x | springboot/springboot2/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index f5ca3300..c182e385 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -143,7 +143,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |