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 /odlparent/setup | |
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 'odlparent/setup')
-rwxr-xr-x | odlparent/setup/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odlparent/setup/pom.xml b/odlparent/setup/pom.xml index 411bac8c..f1621a16 100755 --- a/odlparent/setup/pom.xml +++ b/odlparent/setup/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-aggregator</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>setup</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |