summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaMont, William(wl2432) <wl2432@att.com>2020-04-30 11:51:39 -0400
committerLaMont, William(wl2432) <wl2432@att.com>2020-04-30 11:51:59 -0400
commit678249c9fe30c74842dd7051c220e0069e3eaac6 (patch)
tree1a582107e88d5dacfa60b881668f6b5c02f1461f
parenta31490be73a2b80922316754b8899bc9078d0ff7 (diff)
upversion to 1.5.1
Issue-ID: AAI-2896 Change-Id: I64ac08eebcc0ad392a872bed19163df3bd5ca2fd Signed-off-by: LaMont, William(wl2432) <wl2432@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 b044991..728b959 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index fef7639..5bc3d1b 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration/pom.xml b/integration/pom.xml
index bc8e538..0d5de56 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 2059830..d2dc178 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<name>aai-esr-gui</name>
<modules>
diff --git a/portal/pom.xml b/portal/pom.xml
index 3cdf881..67f0cbe 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal</artifactId>
diff --git a/version.properties b/version.properties
index cbb6b90..1ae00ac 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}