aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-19 15:30:46 -0400
committerJim Hahn <jrh3@att.com>2019-09-19 15:30:46 -0400
commit90fdade571a1dd5875ea4fc10957d00f108a6464 (patch)
treec0fa791e74ea398ac7c2bc3abc62758e92ac5c53 /pom.xml
parent1c5d6cdf3793b0691686dc34c742f62582daff50 (diff)
Use snapshot version of models in policy/engine
Change-Id: I7c8ba1ed700a6a0c9e9017a19ab80ef510719bf4 Issue-ID: POLICY-2065 Signed-off-by: Jim Hahn <jrh3@att.com>
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 76589c58f..abda243e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,8 +59,8 @@
<commons.fileupload.version>1.3.3</commons.fileupload.version>
<commons.compress.version>1.18</commons.compress.version>
<elasticsearch.version>6.8.2</elasticsearch.version>
- <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>
</properties>
<modules>
<module>PolicyEngineUtils</module>