diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-26 08:49:35 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-26 08:49:35 -0400 |
commit | 568e354fdab920dc7fa6e4001e6a28d7698ea832 (patch) | |
tree | ee0c1d45bc62a1a84c4907c5c88065d2b5af6670 /springboot/spring-boot-setup/pom.xml | |
parent | a0ab85bb6f4c814b8605606a6e5f0dc5b8ff7062 (diff) |
Update sli northbound version
Update sli northbound version property - had to create new release
build to accommodate late fix.
Change-Id: Ibad4ef3b80cf4510f6bacc65b78016d79a506694
Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot/spring-boot-setup/pom.xml')
-rw-r--r-- | springboot/spring-boot-setup/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 50158304..d7a82c2d 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |