diff options
author | Jim Hahn <jrh3@att.com> | 2020-04-16 12:46:50 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-04-16 13:16:42 -0400 |
commit | 285a25b09d599384051752d2c233461d0e07fc13 (patch) | |
tree | 498858c6c460a0cf1e56cdd25c4fa40aa2b6d2a0 /pom.xml | |
parent | 76298f263fad0933acc7a5f9cd713132547943a7 (diff) |
Fix CDS actor properties
CDS actor properties in drools-apps did not match the properties
in the actor, itself. Fixed them (as best I could be inspection).
Issue-ID: POLICY-2501
Change-Id: Ibb4ac5ee59762bd740342c1d54fc472a9fca8968
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ <!-- Project common dependency versions --> <version.policy.common>1.6.4</version.policy.common> - <policy.models.version>2.2.4</policy.models.version> + <policy.models.version>2.2.5-SNAPSHOT</policy.models.version> <version.policy.drools-pdp>1.6.1</version.policy.drools-pdp> </properties> |