aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:46:58 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:47:02 -0400
commit2d1c775c616acaf21dd318d43474ce5b70854965 (patch)
tree5867e4e04d1cb67799c581e58054f16c7c4565db
parent40ba10444edf0b1ee74429b9b01ad1be40aa203b (diff)
Point to common/models fix
Fix in naming policy and common yaml string fix Issue-ID: POLICY-2486 Change-Id: I311ec07f58c5dd6fe17d8b5e9368e3b78b73e894 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 4d53f3286..7c9e05a3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,8 @@
<staging.path>content/repositories/staging/</staging.path>
<!-- Project common dependency versions -->
- <version.policy.common>1.6.3-SNAPSHOT</version.policy.common>
- <policy.models.version>2.2.3-SNAPSHOT</policy.models.version>
+ <version.policy.common>1.6.4-SNAPSHOT</version.policy.common>
+ <policy.models.version>2.2.4-SNAPSHOT</policy.models.version>
<version.policy.drools-pdp>1.6.1-SNAPSHOT</version.policy.drools-pdp>
</properties>