aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-03-15 10:40:31 -0400
committerDan Timoney <dtimoney@att.com>2017-03-15 12:29:03 -0400
commit9302f7cd6371a5a2d11d60ec2d03acf481b43c79 (patch)
tree60e2140ba70336dbe5c38a43ccb3125c49e34916
parentb4c4e6a7fff760aa1c4f1d463ba872bd970b4778 (diff)
[VERSION] Roll to next version
Roll to version 1.1.0-SNAPSHOT Change-Id: I4f248d4f38a127866f97c5a6359ec1a1f04ea776 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xaai-service/features/pom.xml2
-rwxr-xr-xaai-service/installer/pom.xml2
-rwxr-xr-xaai-service/pom.xml4
-rwxr-xr-xaai-service/provider/pom.xml2
-rwxr-xr-xmdsal-resource/features/pom.xml2
-rwxr-xr-xmdsal-resource/installer/pom.xml2
-rwxr-xr-xmdsal-resource/pom.xml4
-rwxr-xr-xmdsal-resource/provider/pom.xml2
-rwxr-xr-xpom.xml4
-rwxr-xr-xresource-assignment/features/pom.xml2
-rwxr-xr-xresource-assignment/installer/pom.xml2
-rwxr-xr-xresource-assignment/pom.xml4
-rwxr-xr-xresource-assignment/provider/pom.xml2
-rwxr-xr-xsql-resource/features/pom.xml2
-rwxr-xr-xsql-resource/installer/pom.xml2
-rwxr-xr-xsql-resource/pom.xml4
-rwxr-xr-xsql-resource/provider/pom.xml2
-rw-r--r--version.properties2
18 files changed, 23 insertions, 23 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml
index eee2463..527abcd 100755
--- a/aai-service/features/pom.xml
+++ b/aai-service/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>aai-service</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 388115f..9a84fe1 100755
--- a/aai-service/installer/pom.xml
+++ b/aai-service/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>aai-service</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 11a7b7c..914954d 100755
--- a/aai-service/pom.xml
+++ b/aai-service/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
<name>AAI Interface Service</name>
<description>The AAI Interface service exposes an interface to AAI as an OSGi service</description>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml
index 402040a..a36788b 100755
--- a/aai-service/provider/pom.xml
+++ b/aai-service/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>aai-service</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.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 ba2830d..808a16d 100755
--- a/mdsal-resource/features/pom.xml
+++ b/mdsal-resource/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>mdsal-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 320b055..ba14b75 100755
--- a/mdsal-resource/installer/pom.xml
+++ b/mdsal-resource/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>mdsal-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 f24ebc8..ad84cdf 100755
--- a/mdsal-resource/pom.xml
+++ b/mdsal-resource/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<dependencyManagement>
diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml
index 11744b1..87847e1 100755
--- a/mdsal-resource/provider/pom.xml
+++ b/mdsal-resource/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>mdsal-resource</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>mdsal-resource-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 2835154..1a2968b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -115,7 +115,7 @@
<organization>
<name>OpenECOMP</name>
</organization>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</project>
diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml
index 9a83209..14a68e3 100755
--- a/resource-assignment/features/pom.xml
+++ b/resource-assignment/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>resource-assignment</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 cc833e9..7e3dd8c 100755
--- a/resource-assignment/installer/pom.xml
+++ b/resource-assignment/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>resource-assignment</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 d0fb7c6..5eed02d 100755
--- a/resource-assignment/pom.xml
+++ b/resource-assignment/pom.xml
@@ -3,14 +3,14 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Resource Assignment Adaptor</name>
diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml
index 8b6010b..8a0d4ab 100755
--- a/resource-assignment/provider/pom.xml
+++ b/resource-assignment/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 61b6e24..dee8954 100755
--- a/sql-resource/features/pom.xml
+++ b/sql-resource/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>sql-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 acb7fef..b6b8245 100755
--- a/sql-resource/installer/pom.xml
+++ b/sql-resource/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>sql-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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 6390bdb..179be52 100755
--- a/sql-resource/pom.xml
+++ b/sql-resource/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.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>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml
index 7ac2a1f..be5f979 100755
--- a/sql-resource/provider/pom.xml
+++ b/sql-resource/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sql-resource</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>sql-resource-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/version.properties b/version.properties
index feea708..60b87d4 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
release_name=1
-sprint_number=0
+sprint_number=1
feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}