diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-11-07 21:56:01 -0500 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-11-07 21:56:01 -0500 |
commit | 2c913e870110d3e606c94c12a8bab7e3322bc5e5 (patch) | |
tree | 54ba655a4d5ec92f9a2368005a8a2b22f17d660f | |
parent | 58f16b8eec0affe745c49d700ab6f8b884b8d70b (diff) |
Create 1.3.4-SNAPSHOT
Change-Id: Ia3421e39c648981946198542b7503fdfada65d90
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-716
-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.3.3</version> + <version>1.3.4-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> diff --git a/version.properties b/version.properties index 78b140e..6456604 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |