summaryrefslogtreecommitdiffstats
path: root/oparent
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-10-08 13:00:52 -0400
committerDan Timoney <dtimoney@att.com>2021-10-08 13:00:52 -0400
commit6e684c14c6c0f70ffef2fe1cfe952130bbd0cb8e (patch)
treec5579112b4c0782a1fe3a3e997d86080ad8ba768 /oparent
parentfc00621f92f98af7c92b20c0736d4da37cb7a341 (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 'oparent')
-rwxr-xr-xoparent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 9933df58..678f8b44 100755
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>oparent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -94,7 +94,7 @@
otherwise ccsdk/distribution/dependencies is not resolving correctly -->
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>