aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2023-04-24 10:41:42 +0000
committerGerrit Code Review <gerrit@onap.org>2023-04-24 10:41:42 +0000
commit9603a70bec0f57dbf546ddcf1872cb7d3fa7ab4a (patch)
treed01ed5d08c054a1183bcc22c285b496e777ab944
parent8cc7e19f4a24d4f23bdcc90a96b0925e4660a11b (diff)
parent8ff27dff27cc61f5a96e599fd79b6a17d6bae2d5 (diff)
Merge "update parent references in policy/parent pom"
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 114c424e..a7781444 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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-SNAPSHOT</version.parent.resources>
+ <version.parent.resources>3.7.2</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>