aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjrh3 <jrh3@att.com>2019-09-19 15:14:12 -0400
committerjrh3 <jrh3@att.com>2019-09-19 15:14:12 -0400
commitac9e9069a1c0a7968d83c0a683bf7194f05a0e45 (patch)
tree5a369f68f2fa8675aa2e1e8a2119fc70f690f504 /pom.xml
parent4f8cc2cb433fb85fdacd8d6e924803e193696d08 (diff)
Use snapshot version of models in apex-pdp
Issue-ID: POLICY-2065 Signed-off-by: jrh3 <jrh3@att.com> Change-Id: I25dd66ed23a8b4269f95034b50a6b7d90e22c30d
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 309f41d0f..18b40c034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,8 @@
<version.kafka>2.3.0</version.kafka>
<version.jersey>2.26</version.jersey>
<version.hibernate>5.3.7.Final</version.hibernate>
- <version.policy.common>1.5.2</version.policy.common>
- <version.policy.models>2.1.3</version.policy.models>
+ <version.policy.common>1.6.0-SNAPSHOT</version.policy.common>
+ <version.policy.models>2.2.0-SNAPSHOT</version.policy.models>
<!-- sonar/jacoco overrides -->
<!-- Overriding oparent default sonar/jacoco settings Combine all our reports
into one file shared across sub-modules -->