diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 16:19:57 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 16:19:57 +0000 |
commit | 10723a70523318b2ce9ac7011489687f491036e6 (patch) | |
tree | 25d775125aff2fbe027b10e08fc7f3869e4ebb64 /pom.xml | |
parent | 8ae400c0e5e02387071c395a4ac27816f7fb61a5 (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I6a0501d9a1e7bfabdef3cb2b00e0be3a95598464
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.0</version> + <version>4.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-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.0</policy.common.version> - <policy.models.version>3.1.0</policy.models.version> + <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |