diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-12 15:59:46 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-15 13:36:23 -0400 |
commit | f726685a515dc9442887b2cea982604c0c459de7 (patch) | |
tree | 868979b216f8f5ec72e5a2bec110caf1d51f9500 /a1-adapter/features/a1-adapter-northbound | |
parent | 59e9b12cc24abe5adf43381a979e39fa18398e4c (diff) |
Update to use Istanbul RC version of parent pom1.2.2
Update to use Istanbul RC released version of parent pom
Issue-ID: CCSDK-3483
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I440c3ffe13a1db8688f95abc5a889f44f99ae929
Diffstat (limited to 'a1-adapter/features/a1-adapter-northbound')
-rw-r--r-- | a1-adapter/features/a1-adapter-northbound/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-adapter/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml index a8d67d42..bb793901 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.2.0</version> + <version>2.2.2</version> <relativePath/> </parent> |