diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-19 02:38:29 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-19 02:38:29 +0000 |
commit | a0f2190b6af9e9c3efd1af10798493d99c72aba7 (patch) | |
tree | 138a0e291e82d2736e2846be5e904a57bb1b79c5 /lcm/features | |
parent | edf059c27be11bcdbcd2ce6c1af87172ca7187ed (diff) |
Release ccsdk/sli/northbound0.5.4
Diffstat (limited to 'lcm/features')
-rw-r--r-- | lcm/features/ccsdk-lcm/pom.xml | 4 | ||||
-rw-r--r-- | lcm/features/features-lcm/pom.xml | 4 | ||||
-rwxr-xr-x | lcm/features/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lcm/features/ccsdk-lcm/pom.xml b/lcm/features/ccsdk-lcm/pom.xml index 0c284303..c7ed71a0 100644 --- a/lcm/features/ccsdk-lcm/pom.xml +++ b/lcm/features/ccsdk-lcm/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.5</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-lcm</artifactId> - <version>0.5.4-SNAPSHOT</version> + <version>0.5.4</version> <packaging>feature</packaging> <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> diff --git a/lcm/features/features-lcm/pom.xml b/lcm/features/features-lcm/pom.xml index 90a59085..626bd2bf 100644 --- a/lcm/features/features-lcm/pom.xml +++ b/lcm/features/features-lcm/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.5</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>features-lcm</artifactId> - <version>0.5.4-SNAPSHOT</version> + <version>0.5.4</version> <packaging>feature</packaging> <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> diff --git a/lcm/features/pom.xml b/lcm/features/pom.xml index 8bf6a417..df8aa574 100755 --- a/lcm/features/pom.xml +++ b/lcm/features/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.5</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-features</artifactId> - <version>0.5.4-SNAPSHOT</version> + <version>0.5.4</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> |