diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-06 07:23:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-06 07:23:07 -0500 |
commit | 9d0aa8dfb9cd100cc457d2c64fb3c32151628bd0 (patch) | |
tree | e933ffc6cd63fa6ccaf6b24d0a138b2196a10672 /springboot/pom.xml | |
parent | 2fea7702a6508253332e95cc8a8d3e993012cd12 (diff) |
Release version 2.0.4 parent poms
Release version 2.0.4 (Guilin mtce release 1) of parent poms
Change-Id: Ic216ba82d138b2af19f2c989eb14dd4358077066
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <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 642b45af..9ead1c97 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |