diff options
author | 2024-11-18 12:34:14 +0000 | |
---|---|---|
committer | 2024-11-18 12:34:14 +0000 | |
commit | 5600ae8ac3176d8f885a168e3d79cccc075a5450 (patch) | |
tree | 4da8799c778eb7da86f3a8aed2d382e655180330 /integration/pom.xml | |
parent | 72219717399da13350e700f3a9b2e5ce51a510d5 (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-5166
Change-Id: I2ef9b0c578c9aed0bb7c9a56b76acf13dd0962e1
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
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 55dffd2a..3f881423 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.0.1-SNAPSHOT</version> + <version>5.0.2-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.0.1</version.parent.resources> + <version.parent.resources>5.0.2-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 --> |