diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:25:03 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:25:03 +0100 |
commit | d1d03775c5bd7d708bdb2c9577a7213518a53b2b (patch) | |
tree | 695adee840431bb8b07b4680d60834a62ef6614c /pom.xml | |
parent | bd6bcaaf83be38898c72507ce49934214a0b1e10 (diff) |
Update snapshot and/or references of policy/distribution to latest snapshots
policy/distribution updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I3019c0215b00aa122f15e641aa6ffb759963e859
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,13 +28,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.1.4</version> + <version>4.1.5-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.4-SNAPSHOT</version> <packaging>pom</packaging> @@ -45,8 +45,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>2.1.3</policy.common.version> - <policy.models.version>3.1.3</policy.models.version> + <policy.common.version>2.1.4-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.4-SNAPSHOT</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |