diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-02 16:47:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-12-02 16:47:19 -0500 |
commit | 200db0767eb07bad9fe8c6aed3b74ea14719a0f2 (patch) | |
tree | bb97d0248b0f93d209c82d73030c84dcb0ccdf56 /odlparent/bundle-parent | |
parent | 481335c487089e48382c715545b95cc6eda646b6 (diff) |
Release version 2.2.3 of parent pom
Release version 2.2.3 (Istanbul / Silicon SR2) of parent poms
Issue-ID: CCSDK-3512
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6977376949774dd6a210d6c90001e1cae9aaa388
Diffstat (limited to 'odlparent/bundle-parent')
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index eb7bca87..bde85764 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -193,14 +193,14 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-odl-bom</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |