summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSuresh Charan <suresh.charan@bell.ca>2023-04-25 12:13:00 -0400
committerSuresh Charan <suresh.charan@bell.ca>2023-04-25 12:13:00 -0400
commit56a7b65fbb058df5781b1f25e6c9be597ea643b9 (patch)
treebfeb586f8eea0de1103b0ba39fa00739f724bd53 /pom.xml
parentf29ee6f3a7bab8fd977b4c76d9b1363f7738c288 (diff)
Update snapshot and/or references of policy/apex-pdp to latest snapshots
policy/apex-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: I5300f1a9075a38d8a68e43306acc4961ed3804c0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f288850fa..84cc8a288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.2</version>
+ <version>3.7.3-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.apex-pdp</groupId>
<artifactId>apex-pdp</artifactId>
- <version>2.9.2-SNAPSHOT</version>
+ <version>2.9.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>policy-apex-pdp</name>
@@ -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.2</version.policy.common>
- <version.policy.models>2.8.2</version.policy.models>
+ <version.policy.common>1.12.3-SNAPSHOT</version.policy.common>
+ <version.policy.models>2.8.3-SNAPSHOT</version.policy.models>
<!-- Apex-specific dependencies -->
<version.activemq>5.17.3</version.activemq>