diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-19 14:30:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-19 14:30:19 -0400 |
commit | 3f2db4ca66cc5ce6b8933867ea2296401621d892 (patch) | |
tree | ceea2e2ac05a3181c5c69418443c751ae6e0b5ce /generic-resource-api/features | |
parent | 604c5729e9bccfb6387425c96f73928080d476d6 (diff) |
Update to use rSR2 version of parent poms
Update to use SR2 version of parent poms to pick up fix for SDNC-1515
Change-Id: Iaa71a06eed449e0ecfc845569aa4b15718e7b887
Issue-ID: SDNC-1515
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 47a96182..8ea7a8ee 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.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index ef83b400..876eebe6 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.1.2</version> + <version>2.1.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 2e8268e7..39515ecd 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.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> |