diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 11:40:18 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 11:40:18 +0000 |
commit | 39e24f8e35c42a2cc8e5e36b7ecb13e5c643e7ac (patch) | |
tree | 3e7b2acb3c7ce40194ed7a12d2e50d3907a386da /integration/pom.xml | |
parent | d2824a57c75c36fcf4ea73d2f1594b77ae6be952 (diff) |
Update snapshot and/or references of policy/parent to latest snapshots
policy/parent updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I40cbab341a31ff4781237e339f7dd39cff0476f3
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2af220cf..8bd36b21 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -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.0</version.parent.resources> + <version.parent.resources>4.1.1-SNAPSHOT</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> |