diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:45:48 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:46:48 -0400 |
commit | 40c90fc90eecfab4592945d220d7652e734fa82b (patch) | |
tree | 347e4583f54ac75495072d87c3722a8dfd8068fc | |
parent | c820444f7d9801a9c851016e86a27eb3e44f8907 (diff) |
Introduce 1.5.0-SNAPSHOT for the El Alto release
Issue-ID: LOG-1073
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: Ia2198289c8f30fe174dd4f7ccfe4312c1cb72988
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-context-aggregator</artifactId> - <version>1.4.0</version> + <version>1.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> diff --git a/version.properties b/version.properties index 668657e..99af342 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} |