diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-19 09:37:46 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-19 09:37:46 +0000 |
commit | 8179daddd896ac0eec749cfc83070611833f0911 (patch) | |
tree | 21ad144e1f264cf0b13318c39538e40bb5cb9b2e /pom.xml | |
parent | 98d3f85a78ee9d166f2f7b9101cfa3a2d0cee95d (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-4932
Change-Id: I79b71956fcff8141c31dd8302c086e990e22adde
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.1</version> + <version>4.1.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-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.1</policy.common.version> - <policy.models.version>3.1.1</policy.models.version> + <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |