diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-18 20:14:37 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-18 20:14:37 +0000 |
commit | 5e40e341d90b7562b1661a651a2adff546042cf2 (patch) | |
tree | 598f1308c50e389132d4e18aa5f7560cfcba5587 /features | |
parent | f68b42e1e901ad5433f6713add9483effa8a0a0f (diff) |
Release ccsdk/sli/core0.6.3
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-core-all/pom.xml | 4 | ||||
-rw-r--r-- | features/features-sli-core/pom.xml | 4 | ||||
-rwxr-xr-x | features/installer/pom.xml | 4 | ||||
-rwxr-xr-x | features/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml index fdffa8be..12005af8 100644 --- a/features/ccsdk-sli-core-all/pom.xml +++ b/features/ccsdk-sli-core-all/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.3</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core-all</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml index 6fa3c03c..11d91eff 100644 --- a/features/features-sli-core/pom.xml +++ b/features/features-sli-core/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.3</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>features-sli-core</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 0f235e8c..29847f02 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.3</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>slicore-features-installer</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index cb158160..b3da16b4 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.3</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>slicore-feature-aggregator</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: features</name> |