From c4a59ba52a1be5bcab607eb14c4885c87a638604 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 7 Nov 2017 21:16:15 -0500 Subject: Update SNAPSHOT version Release v1.1.0 so need to update SNAPSHOT to 1.1.1 Issue-ID: POLICY-436 Change-Id: I4d02fceaeccdbb1e10710bff5c0c0270f765f56f Signed-off-by: Pamela Dragosh --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 89ea3925..dec39627 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.docker docker - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom Policy Engine - Docker build ONAP Policy Docker Build diff --git a/version.properties b/version.properties index 7f86aa15..55fbf441 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit