diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-06-17 02:36:00 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-06-17 02:36:00 +0000 |
commit | 0f270c8aed09e10f2149d725b06e30223c897ed1 (patch) | |
tree | c2e9482ee88458b7481ebeedcdf8f28f96510ede /core/sliapi/model | |
parent | aa4da5d316e2349e815b5725ff834d35051c59cb (diff) |
Release ccsdk/sli1.2.4
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 68e413362..f461af540 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.2.4-SNAPSHOT</version> + <version>1.2.4</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 bbc49e719..e8a0fab07 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.2.4-SNAPSHOT</version> + <version>1.2.4</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 a2a0657e8..b44f2af26 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.2.4-SNAPSHOT</version> + <version>1.2.4</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name> |