From 4f5c2c503721079a7bc464c7c86c3a5460d06319 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 31 May 2019 11:51:17 -0400 Subject: [PATCH] Bump docker 1.5.0 Due to dublin branch. Also update the configuration for CSIT tests. Issue-ID: POLICY-1747 Change-Id: Ifb8f89f12b534543a5bded0a6f673c44f857b761 Signed-off-by: Pamela Dragosh --- config/pe/brmsgw.conf | 4 ++-- policy-base/alpine/pom.xml | 2 +- policy-base/pom.xml | 2 +- policy-common/alpine/pom.xml | 2 +- policy-common/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 5869c8a2..c79fd610 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -62,6 +62,6 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.4.1 -BRMS_MODELS_DEPENDENCY_VERSION=2.0.1 +BRMS_DEPENDENCY_VERSION=1.5.0 +BRMS_MODELS_DEPENDENCY_VERSION=2.1.0 diff --git a/policy-base/alpine/pom.xml b/policy-base/alpine/pom.xml index f8fa16b6..028cf466 100644 --- a/policy-base/alpine/pom.xml +++ b/policy-base/alpine/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.docker policy-base - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/policy-base/pom.xml b/policy-base/pom.xml index 06d964fa..bae9e63c 100644 --- a/policy-base/pom.xml +++ b/policy-base/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.docker docker - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT policy-base diff --git a/policy-common/alpine/pom.xml b/policy-common/alpine/pom.xml index 45bb3b07..bc4211b7 100644 --- a/policy-common/alpine/pom.xml +++ b/policy-common/alpine/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.docker policy-common - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/policy-common/pom.xml b/policy-common/pom.xml index 02713573..433fd00f 100644 --- a/policy-common/pom.xml +++ b/policy-common/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.docker docker - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT policy-common diff --git a/pom.xml b/pom.xml index 9e0b2ae0..f82bd877 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ org.onap.policy.parent integration - 2.1.0 + 3.0.0-SNAPSHOT org.onap.policy.docker docker - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom Policy Docker images diff --git a/version.properties b/version.properties index eff345ce..99af3426 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=4 -patch=1 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6