aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-11 22:02:17 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-11 22:02:17 -0400
commitf7a85ec2f461e2ed4ee1f089b6a99ce96fedaffc (patch)
treeaee795633eb3d67a3c06d0f2de3fe1eb303711ea
parent0856a91395c58fa6f6a6a383f8a2506f3d7b0dad (diff)
Create 1.3.2-SNAPSHOT
Change-Id: I5b782e29186e12339d8839a77e463995b30eb7b4 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 de395b7..3fbf75d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-sdc-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 9ffdb5b..8b2aa75 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}