diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-13 16:41:46 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-13 16:41:46 +0100 |
commit | 5856a22363aa6cf5ea10e54f7b00bd2fb2eb2840 (patch) | |
tree | b48d1660b2fd1b0c429ff137ae1105e8c78cf032 /pom.xml | |
parent | f08c47b21681c192b35d5ef091826d63a7f752a1 (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: I571bb4bc893762ccd36414875bdf732189be4d26
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.2</version> + <version>4.0.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-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.2</policy.common.version> - <policy.models.version>3.0.2</policy.models.version> + <policy.common.version>2.0.3-SNAPSHOT</policy.common.version> + <policy.models.version>3.0.3-SNAPSHOT</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |