From b7bdab1bba58bc0fd2738128fbaf19441047366f Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 13 Apr 2020 16:54:37 -0400 Subject: [PATCH] Point to parent, common, models Released parent, fixes in model and commons. Issue-ID: POLICY-2486 Change-Id: I5c939dade1024dc6c606250ec8f55ece74614b36 Signed-off-by: Pamela Dragosh --- BRMSGateway/dependency.json | 48 ++++++++++++------------ BRMSGateway/src/test/resources/config.properties | 2 +- packages/install/src/files/brmsgw.conf | 2 +- pom.xml | 6 +-- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json index 93668940f..54502ea06 100644 --- a/BRMSGateway/dependency.json +++ b/BRMSGateway/dependency.json @@ -7,68 +7,68 @@ }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "events", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "rest", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "appc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "aai", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "so", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "sdnc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "sdnr", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }], "amsterdam": [{ "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "events", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "appc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "appclcm", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "vfc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "so", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "sdnr", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "sdnc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "aai", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "sdc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications.controlloop.common", "artifactId": "eventmanager", @@ -80,35 +80,35 @@ }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actorServiceProvider", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.appc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.appclcm", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.so", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.sdnc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.sdnr", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.vfc", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "org.onap.policy.models.policy-models-interactions", "artifactId": "model-yaml", - "version": "2.2.3-SNAPSHOT" + "version": "2.2.4-SNAPSHOT" }, { "groupId": "com.att.research.xacml", "artifactId": "xacml-pdp", diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index 5ad9b9e1a..2de8e8462 100644 --- a/BRMSGateway/src/test/resources/config.properties +++ b/BRMSGateway/src/test/resources/config.properties @@ -81,6 +81,6 @@ ping_interval=30000 # # # -brms.dependency.version=1.6.0 +brms.dependency.version=1.6.1-SNAPSHOT ENVIRONMENT = DEVL diff --git a/packages/install/src/files/brmsgw.conf b/packages/install/src/files/brmsgw.conf index e60a9aead..8bee9a103 100644 --- a/packages/install/src/files/brmsgw.conf +++ b/packages/install/src/files/brmsgw.conf @@ -60,4 +60,4 @@ CLIENT_KEY=test ENVIRONMENT=DEVL BRMS_DEPENDENCY_VERSION=1.6.1-SNAPSHOT -BRMS_MODELS_DEPENDENCY_VERSION=2.2.3-SNAPSHOT +BRMS_MODELS_DEPENDENCY_VERSION=2.2.4-SNAPSHOT diff --git a/pom.xml b/pom.xml index bde562796..8abaadfa1 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.parent integration - 3.1.2-SNAPSHOT + 3.1.2 org.onap.policy.engine @@ -54,8 +54,8 @@ 1.3.3 1.18 6.8.2 - 1.6.3-SNAPSHOT - 2.2.3-SNAPSHOT + 1.6.4-SNAPSHOT + 2.2.4-SNAPSHOT PolicyEngineUtils -- 2.16.6