summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-03-26 16:19:23 -0400
committerJim Hahn <jrh3@att.com>2020-03-26 17:17:22 -0400
commitfce5f0c0d73ea349954399f623fa1d97597b4f0f (patch)
tree0cbbb76603dff80b307188e91ca2ab3258918bd9 /pom.xml
parent266520e74db287e0d1fd0ce3715088ce9ffcc883 (diff)
Fix userName property for http clients
The http client property files had "username", but the correct property name is "userName". Fixed. Also updated the models version to the latest snapshot to pick up the fix to the APPC actor. Issue-ID: POLICY-2441 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I4d64efcb5b639526beb145ee0231c6d650098d0f
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 61f770c93..49711a84e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<!-- Project common dependency versions -->
<version.policy.common>1.6.2</version.policy.common>
- <policy.models.version>2.2.2</policy.models.version>
+ <policy.models.version>2.2.3-SNAPSHOT</policy.models.version>
<version.policy.drools-pdp>1.6.1-SNAPSHOT</version.policy.drools-pdp>
</properties>