summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-03-10 14:39:42 +0000
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-03-14 11:53:36 +0000
commit93b5533e44728faa87c291fbf44120ea013fab51 (patch)
treefa26abbb89f0c596c84371f3c144957b9591167c /pom.xml
parent1e95c73cef25b524bc1f5791d4578332670202f7 (diff)
Upgrade apex-pdp version in Apex Editor
Upgrade apex-pdp version to 2.7.1-SNAPSHOT Fix NullPointerException in ModelHandler::setUuidAndDescription Allow parsing models from policy_type_impl or apexPolicyModel Remove deprecated Task input and output field functionality Fix JS REST calls and tests after JAXB to Gson changes Fix bugs in Task Edit form relating to task logic edit area Issue-ID: POLICY-3990 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I4f506889df46619a0178ab99c99c73ec2fd5a1e3
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 ed9c8e8..6bde3f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>2.4.0</policy.apex-pdp.version>
- <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
+ <policy.apex-pdp.version>2.7.1-SNAPSHOT</policy.apex-pdp.version>
+ <policy.common.version>1.10.2-SNAPSHOT</policy.common.version>
<policy.models.version>2.6.1-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>