diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-08 13:00:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-08 13:00:52 -0400 |
commit | 6e684c14c6c0f70ffef2fe1cfe952130bbd0cb8e (patch) | |
tree | c5579112b4c0782a1fe3a3e997d86080ad8ba768 /odlparent/setup | |
parent | fc00621f92f98af7c92b20c0736d4da37cb7a341 (diff) |
Release initial Jakarta version of ccsdk/parent
Release initial Jakarta version of ccsdk/parent. This is needed so
that initial version of ccsdk/sli can be released, which is needed
to resolve issue building dependent repos such as cds.
Issue-ID: CCSDK-3492
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icf363da0867defe9aa7a13a1c3b26c1469466137
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 09668ca9..31a4d4df 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.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>setup</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |