diff options
author | Dan Timoney <dtimoney@att.com> | 2023-07-31 15:15:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-07-31 15:15:00 -0400 |
commit | e718a166dadeca3e606386da1720313d8d71119f (patch) | |
tree | fd1b08c60fe717b29d9a747a9d9c1d934147707c /odlparent/setup/pom.xml | |
parent | 43836a9e53e965e6057ff08824d2cc4660a90049 (diff) |
Release initial Montreal version of parent poms
Release initial Montreal version (2.6.0) of parent poms
Issue-ID: CCSDK-3914
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I35ed4a2fe0d0d465dfed4f392880a03e64e2c746
Diffstat (limited to 'odlparent/setup/pom.xml')
-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 0460edb3..004ec83f 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.0-SNAPSHOT</version> + <version>2.6.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>setup</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |