diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-09-10 20:04:24 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-09-10 20:04:24 +0000 |
commit | 2b41929f842f047232e9ef4350d68a38bc3c5fbc (patch) | |
tree | be4bf5c76b2374ddadb8f5b9d7b2825eb260dd8c /generic-resource-api/model | |
parent | 562324101dcf38586578f0c4f428dfab981e5e24 (diff) |
Release sdnc/northbound2.0.1
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 a254d435..d4c3cf75 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.0.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</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 52df4b77..472c3f05 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.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-swagger</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</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 12b191df..0ce23c15 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.0.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-yang</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <packaging>bundle</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> |