aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelenaLydon <helena.lydon@est.tech>2019-09-05 10:08:51 +0000
committerHelenaLydon <helena.lydon@est.tech>2019-09-05 10:08:51 +0000
commit18e2259469f0185c12f7c63e91d8f1ac82979d1d (patch)
treede3ca33b2b7935d0116fe46cf8af3db67f541b85
parent79f3b3c261e88c5b83227911d49957a546b1f0b5 (diff)
[DR] El Alto image release version update
Change-Id: I9c323cbd67a6d3badc982335bd40359dc16d2149 Issue-ID: DMAAP-1287 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fe024fd7..0e24a373 100755
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
</parent>
<properties>
<!--revision must also be set in the version.properties file at project root-->
- <revision>2.1.1-SNAPSHOT</revision>
+ <revision>2.1.2-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
diff --git a/version.properties b/version.properties
index 35cf2659..44a1614c 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=2
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}