aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2020-03-05 22:33:37 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-05 22:33:37 +0000
commit1a98056fd4e55e38750371ca409a1d930f8962cf (patch)
tree8d24446876c44f4ffe5141b0fc430d0a9dd9c592
parente964aecea98e6a4362ed163e6a72d377e6523e1f (diff)
parentb5593a328646352d5a9ab9127894b6a4e6f281d7 (diff)
Merge "Bumping DR version"
-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 8800450d..70223ab6 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}