diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-28 15:42:24 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-28 15:48:32 -0400 |
commit | f373573e941b8f832f20830d87f120a97ad81965 (patch) | |
tree | 12b4b7c27986ff84b0c0acc520706013eead2e44 /pom.xml | |
parent | d2ec3b974f116d87c6bd84dee13ea7fc2739f54e (diff) |
Upgrade to released deps
Drools-pdp 1.5.0, common 1.5.0 and models 2.1.0
Issue-ID: POLICY-1737
Change-Id: I19caa0c5a48ff81c60f1974b09fe386c519b1341
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -59,9 +59,9 @@ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <!-- Project common dependency versions --> - <version.policy.common>1.5.0-SNAPSHOT</version.policy.common> - <policy.models.version>2.1.0-SNAPSHOT</policy.models.version> - <version.policy.drools-pdp>1.5.0-SNAPSHOT</version.policy.drools-pdp> + <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> </properties> <build> |