From: Jimmy Forsyth Date: Mon, 29 Oct 2018 20:15:14 +0000 (-0400) Subject: Upversion to 1.3.2 X-Git-Tag: 1.3.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F71416%2F1;p=aai%2Fresources.git Upversion to 1.3.2 Issue-ID: AAI-1773 Change-Id: I3d15646dfd94a86d6a3d67fcea357c43618621db Signed-off-by: Jimmy Forsyth --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 7b8e0909..aac5b0b0 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,11 +25,11 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT org.onap.aai.resources resources - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 5a4bcdfe..2c2e95a4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index e8911fbc..4bec6767 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version}