From d1be6da1322fd36808633a1893d898a829b6ac44 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Sat, 13 Jan 2018 18:17:30 -0500 Subject: Bump up artifacts version to 1.1.3-SNAPSHOT Change-Id: If302c33d5fa01ef483878265e9a326d31d122020 Issue-ID: POLICY-486 Signed-off-by: Marco Platania 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 cfde271f..a0a9cff1 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT ONAP-Logging diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 9d7918f2..98325d47 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.common common-modules - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT Integrity Audit diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index b9c7b4a7..42366f04 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.common common-modules - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT Integrity Monitor diff --git a/pom.xml b/pom.xml index 530bdaf2..3bfd7b75 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.common common-modules - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT pom diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 861e8fb9..2e8f5ed3 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.common common-modules - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT site-manager diff --git a/version.properties b/version.properties index c0fa9d52..0a101fb2 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg