aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-01-30 08:33:47 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2023-01-30 08:33:47 +0100
commit1ac3b958c45d741b80c362a7e6f447080ed9007f (patch)
tree1e53dfe6a825e306e87d58669340d1a9631b08fa
parenta973076e2248b4b06af724b76d63c2d702245e1d (diff)
[DMAAP-DR] Update version to 2.1.13
Issue-ID: DMAAP-1642 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If028e0f84337a68d5fac1ed931fe99bc4102f95b
-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 8bbc5f63..75bc06c4 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.12-SNAPSHOT</revision>
+ <revision>2.1.13-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 cc51f4d7..505e448d 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=2
minor=1
-patch=12
+patch=13
base_version=${major}.${minor}.${patch}