diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-21 14:31:45 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-21 14:31:45 -0500 |
commit | 890ad9dd6632cc2c2a125645afeee4724b3598be (patch) | |
tree | 2611a449c2af823c1c84fee947170aec3d3e2159 | |
parent | bce1d3f2763e46bf04c0e4d9e4f5d5be9474378e (diff) |
Bump minor version
Bump minor version and reset build for Beijing development
Change-Id: Ie4e0bc53c1b378d59dc0ec2504cf92a36f8ff04f
Issue-ID: CIMAN-120
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 | 2 | ||||
-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 | 2 | ||||
-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 |
18 files changed, 22 insertions, 22 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index 4fbc46b7d..dea0c9a7f 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.1-SNAPSHOT</version> + <version>0.2.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 9e9b060e6..511d2c89d 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.1-SNAPSHOT</version> + <version>0.2.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 c1dd0b321..340024cac 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.1-SNAPSHOT</version> + <version>0.2.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.1.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 4419a69a1..d96d0be1d 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.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>aai-service-provider</artifactId> <packaging>bundle</packaging> diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index ef1a80660..478ef057c 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.1-SNAPSHOT</version> + <version>0.2.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 0bc39591e..9f4027b03 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.1-SNAPSHOT</version> + <version>0.2.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 1a31bf36d..5d434668c 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.1-SNAPSHOT</version> + <version>0.2.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.1.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> <dependencyManagement> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index 7f349b553..0e158ebda 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.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-provider</artifactId> <packaging>bundle</packaging> @@ -114,7 +114,7 @@ <organization> <name>ONAP</name> </organization> - <version>0.1.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </project> diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml index 1677639d5..584f1ca50 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.1-SNAPSHOT</version> + <version>0.2.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 a7134ee12..e875e4729 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.1-SNAPSHOT</version> + <version>0.2.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 14b413e68..25a525795 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.1-SNAPSHOT</version> + <version>0.2.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.1.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> <name>Resource Assignment Adaptor</name> diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml index 7325d38cf..309c2a6f1 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.1-SNAPSHOT</version> + <version>0.2.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 fd0f8d84f..499e3cb7f 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.1-SNAPSHOT</version> + <version>0.2.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 16e1b824b..505cf409c 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.1-SNAPSHOT</version> + <version>0.2.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 f1d8a3fbc..e660b5661 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.1-SNAPSHOT</version> + <version>0.2.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.1.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml index 33e9986bf..bcf6f0ffe 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.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>sql-resource-provider</artifactId> <packaging>bundle</packaging> diff --git a/version.properties b/version.properties index ebb19b8f6..efb7e63bc 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=0 sprint_number=2 -feature_revision=1 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |