diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-05 15:09:17 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-05 15:09:23 -0500 |
commit | 4cd99122dc53dc2928b64d81016854383d199ea7 (patch) | |
tree | f94d84660043a2cdccb96b7cc80cd029a4aa23de /pom.xml | |
parent | ca1718c2604f9d6e8f4bf38c9e5791914671fc58 (diff) |
Upgrade to released artifacts.
Upgrade to policy/common 1.3.2 and apex pdp 2.0.2.
Will upgrade to engine when it is released.
Issue-ID: POLICY-1245
Change-Id: If79e65d93206e160c76328d8c9f0628099b55538
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,9 +45,9 @@ <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> - <policy.common.version>1.3.2-SNAPSHOT</policy.common.version> + <policy.common.version>1.3.2</policy.common.version> <policy.engine.version>1.3.2-SNAPSHOT</policy.engine.version> - <policy.apex-pdp.version>2.0.2-SNAPSHOT</policy.apex-pdp.version> + <policy.apex-pdp.version>2.0.2</policy.apex-pdp.version> </properties> <modules> |