diff options
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 | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index 9259d6cd..b8485035 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.0.1-SNAPSHOT</version> + <version>0.1.0-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 91db2ca8..03b523d0 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.0.1-SNAPSHOT</version> + <version>0.1.0-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 e4561d8b..9c89a177 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>sdnc-adaptors</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-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.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 00334b51..e17dab86 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.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>aai-service-provider</artifactId> <packaging>bundle</packaging> @@ -22,7 +22,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> <scope>test</scope> </dependency> |