aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-03-14 11:11:42 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-03-14 11:11:46 +0000
commit9602193f94e88e8d82936ba36fc20203227a4eec (patch)
tree0b5f90ab315579c68ddce6f9c7235102af84bbc8
parent62e97c96afe7e1400eda5c085dc3619a81691638 (diff)
[DMAAP-DR] Bump version to 2.1.102.1.10
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I9e389619d3901eb7c566843407a3eb78d5e2f5e0 Issue-ID: DMAAP-1624
-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 d5c53016..5d1c178c 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.9-SNAPSHOT</revision>
+ <revision>2.1.10-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 62075a0a..cd2abb72 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=2
minor=1
-patch=9
+patch=10
base_version=${major}.${minor}.${patch}