summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-05-25 10:46:46 +0100
committerliamfallon <liam.fallon@est.tech>2023-05-25 10:46:46 +0100
commit5c68533bb6b431743a00cd3b7abfc357d6a1dee6 (patch)
tree406cb928f111ec80bfeebc4d79b2d233e6b87517 /pom.xml
parent0c28807ad85435e54d4784f9fa7d523f969f8c3b (diff)
Set all cross references of policy/apex-pdp
policy/apex-pdp updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ia9b378b8fcbb1cea8391baae9c1929d6736dca3b
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 cdd894d13..020c60a3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.3-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -45,8 +45,8 @@
<sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
<!-- Policy framework dependencies -->
- <version.policy.common>1.12.3-SNAPSHOT</version.policy.common>
- <version.policy.models>2.8.3-SNAPSHOT</version.policy.models>
+ <version.policy.common>2.0.0-SNAPSHOT</version.policy.common>
+ <version.policy.models>3.0.0-SNAPSHOT</version.policy.models>
<!-- Apex-specific dependencies -->
<version.activemq>5.17.3</version.activemq>