diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-29 09:54:16 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-29 09:55:08 -0400 |
commit | 5825588251d7a8422242878ddd4a7e4d38c8a6fb (patch) | |
tree | 2a4096791efd12382d9b5f5d4bc6814383f28e95 | |
parent | 27e1d60f2f01f01c6be4fad6cfde94b8effac3f8 (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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}
|