aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-24 11:01:07 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-24 11:01:07 -0400
commit49cc90f205535596dfdad0cf81a5bbf6ad93f5f8 (patch)
tree759d0e1897c3bb75b06f8f3bd0340571dd25e77b
parent23ef1d684799d289cce6a2634dc5b3bbc53d6c20 (diff)
Create 1.4.0-SNAPSHOT for Dublin
Change-Id: I0327cecb047047d77ac166a81cf86307759b2cf6 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-716
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5737af0..3880f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/version.properties b/version.properties
index 8b2aa75..611dff3 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=3
-patch=2
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}