aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-02-16 13:07:06 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-02-16 13:07:06 +0000
commit30bda129ba777a852f9355a8b432ba86dc6a3d8a (patch)
tree07e2851fc0bfc4ab6194c0bf28d91a98a18896e3 /integration
parentb61814378f7a4411d46560b685f532d16bfc1412 (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-4932 Change-Id: I3ce2d2d3757e1488c35efe80f48eab6b85a57144 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index fb632388..86f2ddbc 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.1.1-SNAPSHOT</version>
+ <version>4.1.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.1.1</version.parent.resources>
+ <version.parent.resources>4.1.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>