aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-09-11 12:26:52 +0100
committerefiacor <fiachra.corcoran@est.tech>2020-09-11 12:26:57 +0100
commitf53f7e7c9d1b09aae4827506cbd51a9d99bd727b (patch)
treed3f8f1c15f3820976cd311b47587d1ff055ec6e2
parente0d6e766bde624ca00a386772069685533349b26 (diff)
[DMAAP-DR] Bump version to 2.1.7
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I79ee7dbba43d001b4432f4a071875a446a4fcecb Issue-ID: DMAAP-1492
-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 60dee011..9846d273 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.6-SNAPSHOT</revision>
+ <revision>2.1.7-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
diff --git a/version.properties b/version.properties
index acd4824d..1ac7a413 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=2
minor=1
-patch=6
+patch=7
base_version=${major}.${minor}.${patch}