diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-14 14:54:46 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-14 14:54:46 -0400 |
commit | 4b4fa3eefbabac17ee5a1beae558c47f9566ceb4 (patch) | |
tree | 34a8ae02d14afbeefdc3f15439937fc5c4f86da8 | |
parent | 7aeb6339da8ab2bd346655438b65fa4a413c7405 (diff) |
Update root pom to Carbon SR1
Update adaptors to compile against Carbon SR1 maven artifacts
Change-Id: I74e2710d7206bc3efe403439bb346615de6e3f75
Issue-ID: CCSDK-24
Signed-off-by: Dan Timoney <dtimoney@att.com>
-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 | ||||
-rwxr-xr-x | mdsal-resource/features/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/pom.xml | 4 | ||||
-rwxr-xr-x | mdsal-resource/provider/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 4 | ||||
-rwxr-xr-x | resource-assignment/features/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/installer/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/pom.xml | 4 | ||||
-rwxr-xr-x | resource-assignment/provider/pom.xml | 2 | ||||
-rwxr-xr-x | sql-resource/features/pom.xml | 2 | ||||
-rwxr-xr-x | sql-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sql-resource/pom.xml | 4 | ||||
-rwxr-xr-x | sql-resource/provider/pom.xml | 2 |
17 files changed, 23 insertions, 23 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 a9aa98d7..3a81fced 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> diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index 140810ff..b4e7220d 100755 --- a/mdsal-resource/features/pom.xml +++ b/mdsal-resource/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mdsal-resource</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-features</artifactId> <name>MD-SAL Resource Adaptor - Features</name> diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index d636f8d9..259bc06a 100755 --- a/mdsal-resource/installer/pom.xml +++ b/mdsal-resource/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mdsal-resource</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-installer</artifactId> <name>MDSAL Resource - Karaf Installer</name> diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml index a6f68b43..eddff303 100755 --- a/mdsal-resource/pom.xml +++ b/mdsal-resource/pom.xml @@ -3,7 +3,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> @@ -15,7 +15,7 @@ <name>MD-SAL Resource Adaptor</name> <description>The MD-SAL resource adaptor allows service logic to access persistent data from MD-SAL config and operational trees</description> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <dependencyManagement> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index 92dada64..4ab921a8 100755 --- a/mdsal-resource/provider/pom.xml +++ b/mdsal-resource/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-provider</artifactId> <packaging>bundle</packaging> @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-boron-sr3</artifactId> + <artifactId>odlparent-carbon-sr1</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> @@ -113,7 +113,7 @@ <organization> <name>OpenECOMP</name> </organization> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </project> diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml index 338f7a1d..2448576e 100755 --- a/resource-assignment/features/pom.xml +++ b/resource-assignment/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>resource-assignment</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>resource-assignment-features</artifactId> <name>Resource Assignment Adaptor - Features</name> diff --git a/resource-assignment/installer/pom.xml b/resource-assignment/installer/pom.xml index 19359dc9..8915b8d6 100755 --- a/resource-assignment/installer/pom.xml +++ b/resource-assignment/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>resource-assignment</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>resource-assignment-installer</artifactId> <name>Resource allocator- Karaf Installer</name> diff --git a/resource-assignment/pom.xml b/resource-assignment/pom.xml index 5e44d5ff..37889db0 100755 --- a/resource-assignment/pom.xml +++ b/resource-assignment/pom.xml @@ -3,14 +3,14 @@ <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> <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>resource-assignment</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <name>Resource Assignment Adaptor</name> diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml index 4d801522..b36753ab 100755 --- a/resource-assignment/provider/pom.xml +++ b/resource-assignment/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>resource-assignment</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>resource-assignment-provider</artifactId> <packaging>bundle</packaging> diff --git a/sql-resource/features/pom.xml b/sql-resource/features/pom.xml index 4b32a9f0..8c38ece9 100755 --- a/sql-resource/features/pom.xml +++ b/sql-resource/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>sql-resource</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>sql-resource-features</artifactId> <name>Sql Resource Adaptor - Features</name> diff --git a/sql-resource/installer/pom.xml b/sql-resource/installer/pom.xml index fa27cfe5..1ff621a0 100755 --- a/sql-resource/installer/pom.xml +++ b/sql-resource/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>sql-resource</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>sql-resource-installer</artifactId> <name>SQL Resource - Karaf Installer</name> diff --git a/sql-resource/pom.xml b/sql-resource/pom.xml index a3376c1c..ffec0c42 100755 --- a/sql-resource/pom.xml +++ b/sql-resource/pom.xml @@ -3,7 +3,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> @@ -15,7 +15,7 @@ <name>Sql Resource Adaptor</name> <description>The Sql resource adaptor allows service logic to read/write data from a local database using direct SQL statements</description> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml index 195a10e6..a9a63494 100755 --- a/sql-resource/provider/pom.xml +++ b/sql-resource/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>sql-resource</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>sql-resource-provider</artifactId> <packaging>bundle</packaging> |