aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-05-03 17:22:11 +0100
committerliamfallon <liam.fallon@est.tech>2022-05-03 17:32:56 +0100
commit1537b4665f9050bb2efe6f4f0aba2fb38d52a0ef (patch)
treea7d5d8ea50664bbc015ce812da513bb254bd3e62 /pom.xml
parent69006e42b6aa7b3bf6d1635344ebe5cd046f8cfd (diff)
Set snapshot and/or references of policy/distribution for new release
policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4073 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I8c95ff6bf590b4ad610e6c992d1443ca629b438f Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 52117fa6..0f326cc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,13 +28,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.4-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.7.4-SNAPSHOT</version>
+ <version>2.8.0-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>1.10.4-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.4-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.11.0-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.7.0-SNAPSHOT</policy.models.version>
</properties>
<modules>