aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-03-05 19:13:30 +0000
committerefiacor <fiachra.corcoran@est.tech>2020-03-05 19:13:36 +0000
commitb5593a328646352d5a9ab9127894b6a4e6f281d7 (patch)
tree47341d519b3cd3ed75225333d3571d4227511a88
parentbf72b3396c4a29568ed4093e6cda52c69f322eb7 (diff)
Bumping DR version2.1.5
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4cb4e57f7812f3c1d8a7538595f9f689ff98b796 Issue-ID: DMAAP-1404
-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 b31a08ad..bd453622 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.4-SNAPSHOT</revision>
+ <revision>2.1.5-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 595be53a..5e24a1be 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=2
minor=1
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}