aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1476496..cc68353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
<packaging>pom</packaging>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<name>aai-logging-service</name>
<properties>
diff --git a/version.properties b/version.properties
index 7298190..cfe1942 100644
--- a/version.properties
+++ b/version.properties
@@ -25,7 +25,7 @@
major=1
minor=5
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}