summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-05-27 17:23:10 -0400
committerJim Hahn <jrh3@att.com>2020-05-27 17:23:28 -0400
commitc5b8a55465cc4fa22d04725196ee281ee58ed5e8 (patch)
treeb621e69e633e7a60d86a4d30cd8b53c22742bab6 /pom.xml
parent584b6dde58b4ace70df7f9b976340a6f3775a2f1 (diff)
Use snapshot versions
Issue-ID: POLICY-1526 Change-Id: I999d0aff7c76ad01e4cec65cb44a165a42259ca0 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 33279db03..ecbb603c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,9 @@
<staging.path>content/repositories/staging/</staging.path>
<!-- Project common dependency versions -->
- <version.policy.common>1.6.5</version.policy.common>
- <policy.models.version>2.2.6</policy.models.version>
- <version.policy.drools-pdp>1.6.3</version.policy.drools-pdp>
+ <version.policy.common>1.7.0-SNAPSHOT</version.policy.common>
+ <policy.models.version>2.3.0-SNAPSHOT</policy.models.version>
+ <version.policy.drools-pdp>1.7.0-SNAPSHOT</version.policy.drools-pdp>
</properties>
<build>