aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-07-02 14:20:30 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-07-02 14:20:34 -0400
commitaa7342c95dc0a0fa4995e3cf3b9e9fd10ca0fddc (patch)
tree1fed9752c6f1efb15273f6e8d2992a5308c7221e
parent18a8aea145c43497b9e726763a71c00449341c4b (diff)
Upgrade to commons/models/drools-pdp snapshots
Use the latest snapshots to keep in step with those artifacts. Issue-ID: POLICY-1737 Change-Id: I7927fa7a093176f9da81cbaefc9dbf9f406d9cc1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 042cef473..cd4630e64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,9 +59,9 @@
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<!-- Project common dependency versions -->
- <version.policy.common>1.5.0</version.policy.common>
- <policy.models.version>2.1.0</policy.models.version>
- <version.policy.drools-pdp>1.5.0</version.policy.drools-pdp>
+ <version.policy.common>1.5.1-SNAPSHOT</version.policy.common>
+ <policy.models.version>2.1.1-SNAPSHOT</policy.models.version>
+ <version.policy.drools-pdp>1.5.1-SNAPSHOT</version.policy.drools-pdp>
</properties>
<build>