aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-07-29 09:54:16 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-07-29 09:55:08 -0400
commit5825588251d7a8422242878ddd4a7e4d38c8a6fb (patch)
tree2a4096791efd12382d9b5f5d4bc6814383f28e95
parent27e1d60f2f01f01c6be4fad6cfde94b8effac3f8 (diff)
Introduce 1.5.0-SNAPSHOT for El Alto release
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ie99254ad8fbacd4da57a849c81bde69ad9b04681
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7d3e8a4..cf72727 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.4.0</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/version.properties b/version.properties
index 611dff3..cbb6b90 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=4
+minor=5
patch=0
base_version=${major}.${minor}.${patch}