diff options
author | 2025-01-27 13:52:46 +0000 | |
---|---|---|
committer | 2025-01-27 13:52:46 +0000 | |
commit | a8142868047e9d772052c31b57ad8d419b1dc4b1 (patch) | |
tree | 924b42c5c23dc69b00e3fd32bc1f0a5427090a8a /integration | |
parent | c417cfde137f9b1d295f5c8b2d1275d03f560e9f (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-5255
Change-Id: I98f4f2e02a9402f0c0528665b4c07338e7666eb6
Signed-off-by: waynedunican <wayne.dunican@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 cb1a6404..ac9f3046 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>5.1.0-SNAPSHOT</version> + <version>5.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>5.1.0</version.parent.resources> + <version.parent.resources>5.1.1-SNAPSHOT</version.parent.resources> <version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> |