diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-08 09:28:13 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-08 09:28:13 -0500 |
commit | 2c9d634a12406098bd2ea7dbc48f141574187811 (patch) | |
tree | 384a23873f4089f982e61f53c704dbb15131fb25 /odlparent/setup | |
parent | 6a8fed92d8c89692b3aae58166fa4f5475ded2c2 (diff) |
Release version 2.6.1 parent pomsmontreal
Release version 2.6.1 of parent poms
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic47048670bc61c2074dc1c5e9844bc9e8d00fb85
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 004ec83f..b3e75ae1 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.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>setup</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |