aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-06-24 11:44:03 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-06-24 11:44:09 -0400
commitb8316b12e08452cda8322945ca59763e16a37a71 (patch)
tree91dcb9c2618c0e30103ed4d3c4241da29e902e08
parent5be846bcdbe6e9dfa3b81e4b95de37acea18d1a2 (diff)
Upgrade to released common and models
Released common 1.5.0 and models 2.1.0 Issue-ID: POLICY-1737 Change-Id: I677d1c210869ea565fc4edd9c190567a6ad01642 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7a6132693..b4e25d77d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
<version.kafka>1.1.1</version.kafka>
<version.jersey>2.26</version.jersey>
<version.hibernate>5.3.7.Final</version.hibernate>
- <version.policy.common>1.5.0-SNAPSHOT</version.policy.common>
- <version.policy.models>2.1.0-SNAPSHOT</version.policy.models>
+ <version.policy.common>1.5.0</version.policy.common>
+ <version.policy.models>2.1.0</version.policy.models>
<!-- sonar/jacoco overrides -->
<!-- Overriding oparent default sonar/jacoco settings Combine all our reports
into one file shared across sub-modules -->