summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 15:01:57 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 16:05:13 -0800
commit47c1d039207d81c0edd5768ac9a40a525ad796d4 (patch)
treec0b273231380fc590ffe6c77fe891559fec23ff9
parent1f6c64eae79dad77bf75432f23e4b137d6db174c (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: Ic8a6988557b50fa027e24c793b89c1b92b1dd8ef Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--esr-mgr/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--standalone/pom.xml2
-rw-r--r--version.properties2
4 files changed, 5 insertions, 5 deletions
diff --git a/esr-mgr/pom.xml b/esr-mgr/pom.xml
index cfc1714..05b42b7 100644
--- a/esr-mgr/pom.xml
+++ b/esr-mgr/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.onap.aai.esr-server</groupId>
<artifactId>aai-esr-server</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>esr-mgr</artifactId>
<name>esr-server/esr-mgr</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
diff --git a/pom.xml b/pom.xml
index 74a131f..d791e58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<artifactId>aai-esr-server</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>aai-esr-server</name>
<modules>
<module>esr-mgr</module>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 2736e71..a0b5b53 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.aai.esr-server</groupId>
<artifactId>aai-esr-server</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/version.properties b/version.properties
index cdcd1e9..e2595ba 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}