From dbcb7f80a0c2e0ff78f46fd1d3189abcefb3c53d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 7 Nov 2017 21:09:11 -0500 Subject: Update SNAPSHOT version Releasing version 1.1.0 so we need to update to 1.1.1 Issue-ID: POLICY-436 Change-Id: Ie8979e618b49ebd50d0527275cb70cc3824cde1f Signed-off-by: Pamela Dragosh --- common-logging/pom.xml | 2 +- integrity-audit/pom.xml | 2 +- integrity-monitor/pom.xml | 2 +- pom.xml | 2 +- site-manager/pom.xml | 2 +- version.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 3352d4f6..d16cdbfe 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ONAP-Logging diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 0e6fbb1e..90d182b8 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.common common-modules - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Integrity Audit diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 4a31a522..576d56bc 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.common common-modules - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Integrity Monitor diff --git a/pom.xml b/pom.xml index 580f4377..248fde54 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.common common-modules - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom diff --git a/site-manager/pom.xml b/site-manager/pom.xml index da0fa471..e2209c39 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.common common-modules - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT site-manager 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 1.2.3-korg