diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-08-06 16:51:02 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-08-06 16:51:02 +0000 |
commit | ec09e694edc8297e6f0e10c7e480f6ac87f3eff7 (patch) | |
tree | 101a2be4912e5ae8d7804a1e964dc3655681155e /utils | |
parent | 15230a31a18642f615f3d2ab61e6ad15e4a1b3a1 (diff) |
Release ccsdk/sli/core1.0.0
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/installer/pom.xml | 4 | ||||
-rwxr-xr-x | utils/pom.xml | 4 | ||||
-rw-r--r-- | utils/provider/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml index e7380f0f..b5f81c8d 100755 --- a/utils/installer/pom.xml +++ b/utils/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils-installer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> diff --git a/utils/pom.xml b/utils/pom.xml index 85b18c68..f2efbea7 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: utils</name> diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index d5c07eba..d0cd1861 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils-provider</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |