aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-03-09 21:33:12 +0000
committerVenkata Harish K Kajur <vk250x@att.com>2017-03-09 21:42:28 +0000
commit28054e54f7761881367ad4b8fe62889cb06fcbd4 (patch)
tree98cd06402f2439d1fb649644e92c586772e58b3c
parent16573359029ab1260a6ba07b9cbbbbbb5698d3b4 (diff)
Update version to 1.1.0-SNAPSHOT
Change-Id: I8160e4a262c17b0bae9d5ab5f968e67ec216aab1 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--aai-schema/pom.xml2
-rw-r--r--ajsc-aai/pom.xml6
-rw-r--r--annotations/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 7 insertions, 7 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 3301437..65ca22d 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>aai-schema</artifactId>
<name>aai-schema</name>
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 5479044..f9a79e4 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ajsc-aai</artifactId>
<name>ajsc</name>
@@ -342,12 +342,12 @@
<dependency>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>annotations</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 1e76e66..76e68f7 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>annotations</artifactId>
<name>annotations</name>
diff --git a/pom.xml b/pom.xml
index 73bb013..edc0b71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>aai</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index a09eab9..a2f8db6 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=0
+minor_version=1
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}