summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-06-18 21:39:51 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2019-06-18 21:42:26 -0400
commit03534af3cdf97b54dd54d7d717fb1e26075e2a23 (patch)
tree216ce04edd8c7db0b469565baec84e4427d93a0f
parent0b878eb39b28971ca624a260100d7055bdab27e9 (diff)
Upversion in preparation of initial release
Issue-ID: AAI-2487 Change-Id: Ib96c231e5be86c2a44a4539301f8d28d5ef88f17 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--common/pom.xml2
-rw-r--r--distribution/pom.xml2
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--portal/pom.xml2
-rw-r--r--version.properties2
6 files changed, 6 insertions, 6 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 4917696..b044991 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index fa61231..fef7639 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration/pom.xml b/integration/pom.xml
index 2df9387..bc8e538 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index dae50b6..c160415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
<packaging>pom</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<name>aai-esr-gui</name>
<modules>
diff --git a/portal/pom.xml b/portal/pom.xml
index c993202..3cdf881 100644
--- a/portal/pom.xml
+++ b/portal/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal</artifactId>
diff --git a/version.properties b/version.properties
index 611dff3..cbb6b90 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=4
+minor=5
patch=0
base_version=${major}.${minor}.${patch}