diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 10:47:58 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 10:47:58 +0000 |
commit | 239d8f94f35edd7cfcb041cfabcb7a984da4100b (patch) | |
tree | 54e7709fb03254f8bce40158644f6a9de614d884 | |
parent | fa13b17c6c668da475f4f09fc8bfd41c4378675e (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I9597bd7f6ffc394106f9d4b299d590eb0eb2451b
-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 8d74627f..2af220cf 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.3-SNAPSHOT</version.parent.resources> + <version.parent.resources>4.1.0</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> |