From 49afdecb96cca3035930900c7d726df0cb2116a8 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Wed, 31 Oct 2018 11:24:53 -0400 Subject: upversion to 1.3.1 Change-Id: I7990df11ed3682a2d37c9e18be5dcdf82d67729c Issue-ID: AAI-1788 Signed-off-by: sblimkie --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0674a6e..c4664f8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.aai.validation validation aai-validation - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.oparent oparent diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg