aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-11 21:31:38 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-11 21:31:38 -0400
commit6c1c9d3d7e726aee313222fa2a2da70ec4ca67b3 (patch)
tree7e0c590b4e82e3867668660e1340ae2a1a244757
parent168024c39a73f90001f30c8880ec6306d0b34ce1 (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.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 41462f1..7ac437b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}