diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-21 10:50:36 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-21 10:50:36 +0100 |
commit | 04566248a7e9d9be36b9a2c4d3cea1b206d49d9a (patch) | |
tree | 6c9562271503901a70866c67ea09920562f4bc0d /pom.xml | |
parent | b23774ebb78e2b19ef7c2b9a50a2ff63081bf32c (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-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id7693e348e4b9ecffed4977bbc2c1cc0ce738a8f
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.1</version> + <version>3.6.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>2.8.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>1.11.1</policy.common.version> - <policy.models.version>2.7.1</policy.models.version> + <policy.common.version>1.11.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.2-SNAPSHOT</policy.models.version> </properties> <modules> |