diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-14 15:21:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-14 15:21:24 -0400 |
commit | eb388989c987ae8d7d2ff996a15e09a21d8c8197 (patch) | |
tree | 73368af810f35d1b516ab5182b1774eb951d3049 /odlparent/bundle-parent | |
parent | 93807018f0e72439650288626e82636327643489 (diff) |
Release version 2.2.1 of parent poms
Release version 2.2.1 of ccsdk/parent poms
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I65ea0c549fd6e8da37cad2d77446c18719c9a69e
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 02795bcf..fa596e90 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.1-SNAPSHOT</version> + <version>2.2.2-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.1-SNAPSHOT</version> + <version>2.2.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |