diff options
author | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:52:45 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:52:45 -0500 |
commit | 2c977a04a32e29b5ba42c656898d3a049d2739e4 (patch) | |
tree | 2b6f8873912aa548532b109a21b21dc2de497d6d /generic-resource-api/model | |
parent | c6d87ae2f4e1d80f0a3dc867a4a4dd0819601688 (diff) |
Use released version 2.5.1 parent poms
Use released version 2.5.1 of parent pom
Issue-ID: CCSDK-3831
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib463f9f64af0c98a80e57993cfbe3b32c266ed67
Diffstat (limited to 'generic-resource-api/model')
-rw-r--r-- | generic-resource-api/model/pom.xml | 4 | ||||
-rw-r--r-- | generic-resource-api/model/swagger/pom.xml | 4 | ||||
-rw-r--r-- | generic-resource-api/model/yang/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml index f5b862ff..175eda30 100644 --- a/generic-resource-api/model/pom.xml +++ b/generic-resource-api/model/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2</version> + <version>2.5.1</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml index 1c4d03fe..d241db84 100644 --- a/generic-resource-api/model/swagger/pom.xml +++ b/generic-resource-api/model/swagger/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.4.2</version> + <version>2.5.1</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-swagger</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> diff --git a/generic-resource-api/model/yang/pom.xml b/generic-resource-api/model/yang/pom.xml index a70c1ebe..e0d79250 100644 --- a/generic-resource-api/model/yang/pom.xml +++ b/generic-resource-api/model/yang/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.2</version> + <version>2.5.1</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-yang</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> |