diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-18 09:56:11 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-18 09:56:11 -0500 |
commit | b7775c9347e052942f7670fd01cc8101ecb72317 (patch) | |
tree | 1bd7d2feb7d8460d82d2f0b9fe6db5414de5ffd0 /generic-resource-api/model | |
parent | 97980a0fee8aedd42e7ab02a183623a70b8c4192 (diff) |
Update versions for Paris release
Issue-ID: CCSDK-4069
Change-Id: Ie5cb4e4c80a3d7a9f626e64e4d001790f273ff02
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 177f8df7..32580c8c 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>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.1.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 33f304a4..0fa1c359 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>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-swagger</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.1.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 b2468916..6293add3 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>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-yang</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.1.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> |