aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-09-24 10:05:38 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-09-24 10:05:43 -0400
commit8254698572dd9475c7dd6070ffe7b68361fb6834 (patch)
tree9d00db9ae740fda8faec6c8e33ed5e0a2f9837cc /pom.xml
parent4ca637b2a7b31d4194380045ad64a08dedfeeb26 (diff)
Point to latest SNAPSHOTS
Issue-ID: POLICY-2789 Change-Id: Ia696e3a7336e8ff12804d5c2e04d3996e5aadcdf Signed-off-by: Pamela Dragosh <pdragosh@research.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 a7cdfc3..dcc0680 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.common.version>1.7.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.3.1-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.7.2-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.3.2-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>