diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 12:42:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-09 12:42:16 +0000 |
commit | fe80fe11b82b5b8bfc38349a4304cbe8f1fc0724 (patch) | |
tree | 777db5500c0fe5b45d4aba0937b7d12f570138f0 /aai-service | |
parent | 401f165066f569269964eec1ddd65bc5439450f6 (diff) | |
parent | fac1e9ba4a0198274e0e21abbb7a4c003c470dc1 (diff) |
Merge "Roll to version 0.1.1-SNAPSHOT"
Diffstat (limited to 'aai-service')
-rwxr-xr-x | aai-service/features/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/pom.xml | 4 | ||||
-rwxr-xr-x | aai-service/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index b8485035b..4fbc46b7d 100755 --- a/aai-service/features/pom.xml +++ b/aai-service/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>aai-service</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>aai-service-features</artifactId> <name>AAI Interface Service - Features</name> diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 03b523d03..9e9b060e6 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>aai-service</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>aai-service-installer</artifactId> <name>AAI Adaptor - Karaf Installer</name> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index 93b286c95..c1dd0b321 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-sli-adaptors</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -16,7 +16,7 @@ <name>AAI Interface Service</name> <description>The AAI Interface service exposes an interface to AAI as an OSGi service</description> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index e17dab86e..4419a69a1 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>aai-service-provider</artifactId> <packaging>bundle</packaging> |