summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-02-28 15:41:55 +0000
committersaul.gill <saul.gill@est.tech>2023-02-28 15:41:58 +0000
commit75c10af7ba92c5cffe340a59e07271b67955869f (patch)
treeeabbc2f22a4e9bc0308fdcaae4ffd55da55ee6d2 /pom.xml
parent367daa90dc7f54d7f37e2de482a22f5e2ee664f6 (diff)
update references in policy/apex-pdp pom
updated references in the policy/apex-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I204dc362e85257f9e76d9ab439aeadb7d2a09efd
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 f44ca3fba..e207c8e4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.1-SNAPSHOT</version>
+ <version>3.7.1</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.1-SNAPSHOT</version.policy.common>
- <version.policy.models>2.8.1-SNAPSHOT</version.policy.models>
+ <version.policy.common>1.12.1</version.policy.common>
+ <version.policy.models>2.8.1</version.policy.models>
<!-- Apex-specific dependencies -->
<version.activemq>5.17.3</version.activemq>