diff options
Diffstat (limited to 'artifacts/pom.xml')
-rwxr-xr-x | artifacts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 42841477..e4858d44 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-core-artifacts</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: sli-core-artifacts</name> |