diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-08 07:46:42 -0600 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-11-08 17:35:07 +0000 |
commit | a1cc8254fdaf106bc970e7e317c7cc2a5fbed805 (patch) | |
tree | 02ff7f6055a1f911de1e43fb9ed3cc7bee189843 /integration | |
parent | f63f7e6b074aa78482877a2818bf9aadd38d43ae (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: Ic1dad96c96aeb90882f65ad34aa06bffda7dd874
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 56fd210f..6a8bb25e 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.2-SNAPSHOT</version.parent.resources> + <version.parent.resources>4.0.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> |