diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-09-09 18:06:19 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-09-09 18:06:19 +0000 |
commit | 7beace226dd42c093fa51d5a9e3d551619eb097f (patch) | |
tree | 1963d66fa8632dcff5e6ab7ea0697da0444009ba /aai-service | |
parent | fef6a98b773f1f71661930b231900500f1c00276 (diff) |
Release ccsdk/sli/adaptors1.0.1
Diffstat (limited to 'aai-service')
-rwxr-xr-x | aai-service/installer/pom.xml | 4 | ||||
-rwxr-xr-x | aai-service/pom.xml | 4 | ||||
-rwxr-xr-x | aai-service/provider/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 23971164..5d4b862a 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-installer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: aai-service :: ${project.artifactId}</name> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index e70cdc50..1092ecab 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: aai-service</name> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index cb0358e0..8143be0f 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-provider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: aai-service :: ${project.artifactId}</name> |