diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-23 10:59:01 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-23 10:59:01 +0100 |
commit | 108038b5108ff3b873077fda0b6098e74d240ce0 (patch) | |
tree | 90b8793570936fe0fa12a1d80208e5e62354ae83 /pom.xml | |
parent | 7a83c39ce0168919f15e4541d1370b89339d5e8c (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-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I336d2ce4d4eea7bf2ea423b41d771d718814d3e2
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>3.6.0</version> + <version>3.6.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.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>1.11.0</policy.common.version> - <policy.models.version>2.7.0</policy.models.version> + <policy.common.version>1.11.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.1-SNAPSHOT</policy.models.version> </properties> <modules> |