diff options
author | Dan Timoney <dtimoney@att.com> | 2024-11-21 16:04:28 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-11-21 16:04:40 -0500 |
commit | c2e9097a95f4c854c5c15227982df9d11849d407 (patch) | |
tree | fbf092b7b6f461fe8c058bf7537096f7d3b46692 /springboot/pom.xml | |
parent | 24da359dd0f30414e1b86c073f20c278da7679d6 (diff) |
Release version 3.0.1 of parent poms
Release version 3.0.1 of parent poms
Issue-ID: CCSDK-4066
Change-Id: I171f7cad4ec62ae025c6c076b548684a593184cd
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 eddaeec7..36a2148e 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |