diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-11 21:31:38 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-11 21:31:38 -0400 |
commit | 6c1c9d3d7e726aee313222fa2a2da70ec4ca67b3 (patch) | |
tree | 7e0c590b4e82e3867668660e1340ae2a1a244757 | |
parent | 168024c39a73f90001f30c8880ec6306d0b34ce1 (diff) |
Create 1.3.2-SNAPSHOT
Change-Id: Ifdc7eeed5b69bdbc248fb3d2a7672e65b21d76fd
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
@@ -4,7 +4,7 @@ <groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-aai-context-builder</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
diff --git a/version.properties b/version.properties index fb21064..0969948 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |