diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-12 15:59:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-12 16:00:50 -0400 |
commit | 9dbde01ad4f1fad6f423f8a18934737b1c2ee4f3 (patch) | |
tree | 7d052ed7303205c49c392c76430db680ebf2f53b /aafshiro | |
parent | 49043c23a17b769ecd0494c2555fa3b262da7b8d (diff) |
Update to use Istanbul RC version of parent pom
Update to use Istanbul RC released version of parent pom
Issue-ID: CCSDK-3483
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1967de3fc2f53331654ce5e24717400d085795eb
Diffstat (limited to 'aafshiro')
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/features-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index f931381ee..2d6b9b9dc 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index 3b2618128..58f93f5a0 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index 19191b671..6b9b55c1c 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index 289483e5c..183443ab1 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/installer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index c0d98ebfe..2d2a5de8a 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> |