summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-17 17:41:35 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-17 17:41:39 +0100
commita32f244bbb1596a70508dfd0cb63d9856bb5f2b1 (patch)
tree7f9fab8a4d3d2a8fcab499b4c4c2455418b04a4e /integration/pom.xml
parent9d4e3b661d2227db27154e768375555d2aaaea0c (diff)
Update snapshot and/or references of policy/parent to latest snapshots
policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Id2d8c0d558b611a185da609ed9938b091f601b34
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index e8ede633..f4b2e3b0 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>4.0.1-SNAPSHOT</version>
+ <version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
@@ -38,7 +38,7 @@
<properties>
<java.version>17</java.version>
<!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>4.0.1</version.parent.resources>
+ <version.parent.resources>4.0.2-SNAPSHOT</version.parent.resources>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>