diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 11:58:31 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 11:58:31 +0000 |
commit | f58f7a4a5a6c56b8376961d8185829b8db49ca4b (patch) | |
tree | 3365cbba6cb2be854464c23ffe4130f8841436b2 /integration/pom.xml | |
parent | 20a0aae43337b4175c5732e67b0270032afa9de8 (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-4932
Change-Id: I0e6c72e5b0c45a49f027cc84b2f0dd925beb17a8
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'integration/pom.xml')
-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 64929609..fb632388 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.1.1-SNAPSHOT</version.parent.resources> + <version.parent.resources>4.1.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> |