diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 10:19:58 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 10:19:58 +0100 |
commit | 0a81d82da41d20cac4b2ec2304547eeaaeb3ab95 (patch) | |
tree | 4b0696198149b442402a1f411a1059fc482ffb14 /integration | |
parent | 48c0c0dc572b65ad6de4761e45f63e6adc45407e (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-4970
Change-Id: Ic6c34cd2d75688059bd80e4efd4d2ff2c75664c7
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 6423564e..1e8997fc 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.2-SNAPSHOT</version> + <version>4.1.3-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.2</version.parent.resources> + <version.parent.resources>4.1.3-SNAPSHOT</version.parent.resources> <version.parent.checkstyle>4.1.2-SNAPSHOT</version.parent.checkstyle> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> |