aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-11-01 16:21:43 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-11-01 16:21:43 -0400
commita293645fe3e259cdd349ab2e2889aec32c620f75 (patch)
tree22ee8cf94f7558e5c103649a03fed197e2a67fe1
parent1f71a723db2dfe4275b5fd94ff71a8dfc59fe69b (diff)
upversion to 1.3.2
Change-Id: Id1036eed42908e80bcf145d5864b5bd530eb84ad Issue-ID: AAI-1814 Signed-off-by: sblimkie <steven.blimkie@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 d6ebade..f54efc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
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}