summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-11 21:21:45 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-11 21:21:45 -0400
commit1b1beab19371d41c76bb089e8917583d556db195 (patch)
tree4309406bb0c667156af42540db7b6b9d7096a07b
parentd90a880b48c5a1d0c785f0d2775fe1f46d7d0fa5 (diff)
Create 1.3.3-SNAPSHOT
Change-Id: I1905256d19b8ee10dc5134d62cc3dbe28aa6886f 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 e480cea..44d14db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-context-aggregator</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
diff --git a/version.properties b/version.properties
index 0969948..78b140e 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}