diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:47 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:47 +0100 |
commit | 69006e42b6aa7b3bf6d1635344ebe5cd046f8cfd (patch) | |
tree | 0a0ff05390e7edcd9ced1caf633514159b4329a1 /pom.xml | |
parent | f3bd8f011f0935457a2f7a451d3556d4d829b825 (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: I0eddbc948be35873d6d15300d4c832868994e3f5
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.3</version> + <version>3.5.4-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.7.3-SNAPSHOT</version> + <version>2.7.4-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.3</policy.common.version> - <policy.models.version>2.6.3</policy.models.version> + <policy.common.version>1.10.4-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.4-SNAPSHOT</policy.models.version> </properties> <modules> |