diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 23:46:00 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-17 16:49:41 -0800 |
commit | 3e5a1afdea5b101ece40de5e0ddef595d404394c (patch) | |
tree | acd82feea339ce3efd03471433ed4cb5a1bf7a16 | |
parent | 62c68af9f6dca99bf3a867e1bbcc008aa5603aef (diff) |
Bump patch version
Bump patch version in preparation for Amsterdam
branching.
Change-Id: I4c833e7a1e419d0fa9d61558c5b2fe0d84ab27b5
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-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 | 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 | ||||
-rw-r--r-- | version.properties | 2 |
17 files changed, 23 insertions, 23 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index b8485035..4fbc46b7 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 03b523d0..9e9b060e 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 93b286c9..c1dd0b32 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 e17dab86..e1121ec8 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> @@ -196,7 +196,7 @@ providermodule-plugin </artifactId> <versionRange> - [1.2.0.100-SNAPSHOT,) + [1.2.0.100-amsterdam,) </versionRange> <goals> <goal>process</goal> diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index b4e7220d..ef1a8066 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 259bc06a..0bc39591 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 242a671e..1a31bf36 100755 --- a/mdsal-resource/pom.xml +++ b/mdsal-resource/pom.xml @@ -3,7 +3,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> @@ -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.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <dependencyManagement> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index 28eab682..5d34ee55 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.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-provider</artifactId> <packaging>bundle</packaging> @@ -113,7 +113,7 @@ providermodule-plugin </artifactId> <versionRange> - [1.2.0.100-SNAPSHOT,) + [1.2.0.100-amsterdam,) </versionRange> <goals> <goal>process</goal> diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml index 2448576e..1677639d 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 8367b03f..a7134ee1 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 4755f542..14b413e6 100755 --- a/resource-assignment/pom.xml +++ b/resource-assignment/pom.xml @@ -3,14 +3,14 @@ <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> <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>resource-assignment</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <name>Resource Assignment Adaptor</name> diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml index 741f9fbe..7325d38c 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 8c38ece9..fd0f8d84 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 1ff621a0..16e1b824 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.1.0-SNAPSHOT</version> + <version>0.1.1-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 c372a7c5..f1d8a3fb 100755 --- a/sql-resource/pom.xml +++ b/sql-resource/pom.xml @@ -3,7 +3,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> @@ -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.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml index 9a7d2457..33e9986b 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.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>sql-resource-provider</artifactId> <packaging>bundle</packaging> diff --git a/version.properties b/version.properties index 3d3e5b58..ef113463 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=0 sprint_number=1 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} |