summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-04-24 14:51:13 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-04-24 14:51:13 +0100
commit52ba06549a32cf0ebc5ae265b99b65bed307cb85 (patch)
tree7e3d081b98c041a13925f62624e74285fbd40586 /integration
parent5c7d486b75fa5a99d47ad8326310edd705b5b492 (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-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I98b953623515b6d9106f195e1956a27bc0e96d74
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 a7781444..9677f8d0 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>3.7.2-SNAPSHOT</version>
+ <version>3.7.3-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
@@ -38,7 +38,7 @@
<properties>
<java.version>11</java.version>
<!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>3.7.2</version.parent.resources>
+ <version.parent.resources>3.7.3-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>