aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-11-01 16:24:17 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-11-01 16:24:17 -0400
commit7b07f8da225ee3904f9c2b05fea1bdc30d4d8c23 (patch)
tree71dccd1a350e24e910b14232d399e7e97b9c7d8c
parent70f45f64cd252663b33793ab073a9d6764a16a20 (diff)
upversion to 1.3.2
Change-Id: Ic33ca5fc58f6cf76123c18cae2200338ebafe405 Issue-ID: AAI-1816 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 8acb0df..1ff9d5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
<groupId>org.onap.aai.gizmo</groupId>
<artifactId>gizmo</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<name>aai-gizmo</name>
<properties>
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}