diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-05-29 14:17:24 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-05-29 14:17:24 -0500 |
commit | da0565c3956e6f349c9fda3ffc2efa76eb9160dc (patch) | |
tree | 592faa082966a52fb62c68c9c09593199b46bce1 /BRMSGateway | |
parent | 595add1842926bf0962fa01b4cc9fd2f228cb02a (diff) |
point to 1.5.4 released drools artifacts
Issue-ID: POLICY-2475
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I13039399839faf7ea2c7b7c6ce1a4064fb40edf1
Diffstat (limited to 'BRMSGateway')
-rw-r--r-- | BRMSGateway/config.properties | 2 | ||||
-rw-r--r-- | BRMSGateway/dependency.json | 6 | ||||
-rw-r--r-- | BRMSGateway/src/test/resources/config.properties | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties index b916a4f0e..1b05e2941 100644 --- a/BRMSGateway/config.properties +++ b/BRMSGateway/config.properties @@ -77,7 +77,7 @@ ping_interval=30000 # # # -brms.dependency.version=1.5.3 +brms.dependency.version=1.5.4 ENVIRONMENT = DEVL diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json index 796044690..b4331c1b5 100644 --- a/BRMSGateway/dependency.json +++ b/BRMSGateway/dependency.json @@ -3,7 +3,7 @@ "default": [{ "groupId": "org.onap.policy.drools-applications.controlloop.templates", "artifactId": "template.demo", - "version": "1.5.3" + "version": "1.5.4" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-impl", "artifactId": "events", @@ -72,11 +72,11 @@ }, { "groupId": "org.onap.policy.drools-applications.controlloop.common", "artifactId": "eventmanager", - "version": "1.5.3" + "version": "1.5.4" }, { "groupId": "org.onap.policy.drools-applications.controlloop.common", "artifactId": "guard", - "version": "1.5.3" + "version": "1.5.4" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actorServiceProvider", diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index 832dd5d2a..5279b2982 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.5.3 +brms.dependency.version=1.5.4 ENVIRONMENT = DEVL |