diff options
author | 2024-05-16 12:45:10 +0100 | |
---|---|---|
committer | 2024-05-16 12:49:45 +0100 | |
commit | 4d008e2901f2b4fc41e4bf4767812d588561043c (patch) | |
tree | a7a1ec1c59947a26888e81a6b1ecd6b2fae4b2b8 /integration | |
parent | f0a0b2423db4ba1e7bddb86f7e091ba9c228d6bf (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: I59ed000cb6651a1ab64823a62a49882ccd7485a1
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 4717e142..55e5e9ae 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.4-SNAPSHOT</version> + <version>4.1.5-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.4</version.parent.resources> + <version.parent.resources>4.1.5-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> |