aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-14 16:52:49 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-14 16:52:49 +0100
commit50f8c845a0af6b3c6728141d5b6ed41cf0648ed2 (patch)
treecebc42b820ee32390ecf204d5e2994c46ec3e5f0 /pom.xml
parent43b30b7cd5aa59c535ab6d69255ffd5c2cddfd91 (diff)
Set all cross references of policy/distribution
policy/distribution updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I37c322942800e2be9a42b6e69fa23297d6b5cb9c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e169ffe7..b0bbf099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.0.3-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -45,8 +45,8 @@
<!-- Default Sonar configuration -->
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
- <policy.common.version>2.0.3-SNAPSHOT</policy.common.version>
- <policy.models.version>3.0.3-SNAPSHOT</policy.models.version>
+ <policy.common.version>2.1.0-SNAPSHOT</policy.common.version>
+ <policy.models.version>3.1.0-SNAPSHOT</policy.models.version>
<surefireArgLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</surefireArgLine>