diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 15:48:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 15:48:38 +0100 |
commit | d45e9bd4364ffa9f360b286abb293d44be4dab8c (patch) | |
tree | 53fad958d0d36f720369ca9beddb7076834e95b7 /pom.xml | |
parent | 160f9b263b18b2d952b98038ad7870294821e695 (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ibd101701cc1f65f326958d3af8cb1d25623fa935
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.0.1</version> + <version>4.0.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.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.0.1</policy.common.version> - <policy.models.version>3.0.1</policy.models.version> + <policy.common.version>2.0.2-SNAPSHOT</policy.common.version> + <policy.models.version>3.0.2-SNAPSHOT</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |