diff options
author | 2024-05-20 11:08:22 +0100 | |
---|---|---|
committer | 2024-05-20 11:15:30 +0100 | |
commit | b041c9ad0c101d6d14bb54c95a1588ec49844328 (patch) | |
tree | 2ef36b9ff7c4ba75a1729747c7e86d4448a49475 /integration | |
parent | d8354d6499f75af5cf958b2723d3d35363e826c2 (diff) |
Set snapshot and/or references of policy/parent for new release
policy/parent updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: I45b807cdb0bd6293c13fa496d3f0cc739ea9176e
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'integration')
-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 55e5e9ae..d86de59a 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.5-SNAPSHOT</version> + <version>5.0.0-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.5-SNAPSHOT</version.parent.resources> + <version.parent.resources>5.0.0-SNAPSHOT</version.parent.resources> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |