diff options
author | Dan Timoney <dtimoney@att.com> | 2023-01-03 15:40:51 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-01-03 15:40:51 -0500 |
commit | 9af71da2a403c286e1b7a72baa072f243ad54862 (patch) | |
tree | b69573adc468cdc32d3304ac212ccfd56d9803f1 /springboot/pom.xml | |
parent | 54f98a18f445d73478e1c3a3a09c70c2d6cea0be (diff) |
Release version 2.5.1 parent poms
Release version 2.5.1 parent poms
Issue-ID: SDNC-1765
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0f724b6a2c597499db241c06571ed8d7fdfb9457
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 7c87e062..5f925ae3 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.5.1-SNAPSHOT</version> + <version>2.5.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |