diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-02 16:48:54 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-12-02 16:48:54 -0500 |
commit | 80811c6d518df2c75ea04043470ef62f870f95da (patch) | |
tree | 7eeb1540d2a75537c93d343af86579ed1c5f0103 /generic-resource-api/features | |
parent | a64cdc571bfd5df01c5bca4f9d08c39454937e68 (diff) |
Use Silicon SR2 version of parent poms
Update to use Istanbul / Silicon SR2 version of parent poms
Issue-ID: CCSDK-3512
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8c5e7b252ed2ce47766860f0832b99f8827d4e3b
Diffstat (limited to 'generic-resource-api/features')
3 files changed, 3 insertions, 3 deletions
diff --git a/generic-resource-api/features/features-generic-resource-api/pom.xml b/generic-resource-api/features/features-generic-resource-api/pom.xml index 63d96b3f..643927eb 100644 --- a/generic-resource-api/features/features-generic-resource-api/pom.xml +++ b/generic-resource-api/features/features-generic-resource-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index 220866cf..dc2fad5b 100644 --- a/generic-resource-api/features/pom.xml +++ b/generic-resource-api/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> diff --git a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml index 656d22aa..626b8288 100644 --- a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml +++ b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> |