diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 10:31:13 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 10:41:12 +0100 |
commit | 2197cb385432cec4799d7c4feb009eefa69e74a8 (patch) | |
tree | 70084329bac45233ced7c103e1bef854189b08f5 /integration | |
parent | 3d79fc2fd1476957aa6cef2166c01b473bdc11be (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-5001
Change-Id: Iae95c5d23b59c3b49cdfaf04b105d07c472f2139
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 962542d6..bdc344e1 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.3-SNAPSHOT</version> + <version>4.1.4-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.3</version.parent.resources> + <version.parent.resources>4.1.4-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> |