aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <frank.obrien@amdocs.com>2018-10-05 14:41:38 -0400
committerroot <frank.obrien@amdocs.com>2018-10-05 14:42:14 -0400
commit60073e7455009f63a5a8c851c0cb6030c9d53496 (patch)
tree94cb8eac09f1077a8de40c944d2564e5189afae6
parentab1bd1c863766f58564c49a0960d6c0b6ecfe91c (diff)
increment logging root pom ver for rel1.2.3
Change-Id: I5b50dafc7674923a89b2d496e9db44848e82f315 Issue-ID: LOG-715 Signed-off-by: root <frank.obrien@amdocs.com>
-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 8fdd685..d1a45e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
<packaging>pom</packaging>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.3</version>
<name>logging-analytics</name>
<url>http://maven.apache.org</url>
<modules>
diff --git a/version.properties b/version.properties
index f31d8f9..a0d560d 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=2
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}