diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:47:18 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:48:07 -0400 |
commit | 48e1be7371eb88236634668aa0f4ac5f5db66c62 (patch) | |
tree | 531a4332e6b563af59fe9f4c4dea6a27dd1c8f53 | |
parent | 81c3a16ecd0c39263b83cebf2a572e8854583fc1 (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: I4cef81f1a12d543b6949c3a62c242e5e9164d3b4
-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-aai-context-builder</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} |