diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-06-13 17:10:22 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-06-13 17:10:22 +0000 |
commit | 38dc25e2125f60f3da399ed5dbc3900e1d70cabf (patch) | |
tree | 0091793afc1901af05272e8418ec5776cad0f761 /core/sliapi/model | |
parent | 5840ba40343542f70fe141dda6c98e10ba088e96 (diff) |
Release ccsdk/sli1.6.3
Diffstat (limited to 'core/sliapi/model')
-rwxr-xr-x | core/sliapi/model/pom.xml | 2 | ||||
-rw-r--r-- | core/sliapi/model/swagger/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/model/yang/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml index 4f6dca48b..51f19fd55 100755 --- a/core/sliapi/model/pom.xml +++ b/core/sliapi/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.3</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: ${project.artifactId}</name> diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index 9c0ac2f16..0c9199251 100644 --- a/core/sliapi/model/swagger/pom.xml +++ b/core/sliapi/model/swagger/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model-swagger</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.3</version> <packaging>jar</packaging> <name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name> diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml index b138828c8..c62b20f08 100755 --- a/core/sliapi/model/yang/pom.xml +++ b/core/sliapi/model/yang/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model-yang</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.3</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name> |