aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-17 11:55:33 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-17 11:55:33 +0100
commit625459d247cbc80b57eb9a638397c9cae4c4aaaf (patch)
tree6a97a8e86009526ef62544cf0f93cbff993a520c
parent4de6ac9faa4043f8a2d04c1b9f2f7f94606c6192 (diff)
update parent references in policy/parent pom
updated the parent references in the policy/parent pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I3c8c9395dd47d8ae2db16f200a73e8605e0c817a
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index ac6b5ca3..e8ede633 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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-SNAPSHOT</version.parent.resources>
+ <version.parent.resources>4.0.1</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>