diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-24 11:02:16 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-24 11:06:11 +0100 |
commit | 8ff27dff27cc61f5a96e599fd79b6a17d6bae2d5 (patch) | |
tree | f0cdf342999ed2bdf7546b8c1a9f84ae99a6690e /integration | |
parent | 6944274e0f1d093d66a9c9d60125e358be0e9224 (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-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Icd72b047927738f23907ef164445fd96f9223378
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
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> |