diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:29:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:29:51 -0400 |
commit | 5e76b699cae764325310cf7befd844a352923d40 (patch) | |
tree | d2eb9078119ce1f9e557cbe5b3114a2bc6ea3fb3 /springboot/pom.xml | |
parent | c0e104c9449cb6060c15c533cfedeaa0cdf074f0 (diff) |
Release version 3.0.0 ccsdk poms
Release version 3.0.0 of CCSDK parent poms and roll version
Issue-ID: CCSDK-4056
Change-Id: Ifbab3131a7325365226bfb6e2d803781ccae4d01
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 0e82e8c9..eddaeec7 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.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |