diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-12 21:35:10 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-12 21:35:10 +0100 |
commit | 2bd8a01b0ae17ef9a023705bc68ba5b2e5e1e3f5 (patch) | |
tree | e2679647904efd0b10569b21d6cb846ae11e1961 /pom.xml | |
parent | 6d2e1dd02ba5df5a23d34cadf6143c345211eb27 (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ibb4d26c98e11547fc62d2613d5df9afb4ac77ce9
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.5.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.7.2-SNAPSHOT</version> + <version>2.7.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>1.10.2</policy.common.version> - <policy.models.version>2.6.2</policy.models.version> + <policy.common.version>1.10.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.3-SNAPSHOT</policy.models.version> </properties> <modules> |