From 2f72ab6ab580bb02a08e6bdfdb150cf93a62ee31 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 31 Oct 2018 15:23:33 +0000 Subject: Set new master version for Dublin Issue-ID: POLICY-1232 Change-Id: Icb6179ace3f320bdda3da2160afd2d058762ae5e Signed-off-by: liamfallon --- capabilities/pom.xml | 7 +++---- common-logging/pom.xml | 6 ++---- common-parameters/pom.xml | 5 ++--- integrity-audit/pom.xml | 8 +++----- integrity-monitor/pom.xml | 7 +++---- policy-endpoints/pom.xml | 5 ++--- pom.xml | 7 +++---- utils-test/pom.xml | 7 +++---- utils/pom.xml | 7 +++---- version.properties | 4 ++-- 10 files changed, 26 insertions(+), 37 deletions(-) diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 996956ce..8489cd8f 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -18,14 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT capabilities @@ -58,7 +57,7 @@ - + diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 3d4fcd0d..c0aecd27 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -18,15 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT ONAP-Logging diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 40bbb195..e8859c89 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -17,13 +17,12 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT common-parameters diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 8a76edc2..95b0cd26 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -18,9 +18,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -31,7 +29,7 @@ org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT Integrity Audit @@ -145,7 +143,7 @@ - + diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 721b69a4..7bc1d761 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -18,8 +18,7 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -30,7 +29,7 @@ org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT Integrity Monitor @@ -112,7 +111,7 @@ - + diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 632cbfa4..059d1108 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -19,15 +19,14 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index 3a71af5f..d50a9652 100644 --- a/pom.xml +++ b/pom.xml @@ -18,20 +18,19 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent integration - 2.0.0 + 2.1.0-SNAPSHOT org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT pom diff --git a/utils-test/pom.xml b/utils-test/pom.xml index a2490816..cf5da469 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -18,14 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT utils-test @@ -84,7 +83,7 @@ - + diff --git a/utils/pom.xml b/utils/pom.xml index a2c9709b..239710a4 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -18,14 +18,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.common common-modules - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT utils @@ -100,7 +99,7 @@ - + diff --git a/version.properties b/version.properties index fb21064e..668657e9 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg