summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-04-16 12:46:50 -0400
committerJim Hahn <jrh3@att.com>2020-04-16 13:16:42 -0400
commit285a25b09d599384051752d2c233461d0e07fc13 (patch)
tree498858c6c460a0cf1e56cdd25c4fa40aa2b6d2a0 /pom.xml
parent76298f263fad0933acc7a5f9cd713132547943a7 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6a0085d02..c17ed348e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>