diff options
author | 2022-09-02 18:17:57 +0100 | |
---|---|---|
committer | 2022-09-02 18:17:57 +0100 | |
commit | 869c1f0f643550827ed05e367dbf5c75c2b487c6 (patch) | |
tree | 0f724ca3eba69da407aad595b3cb1d9014e4aba6 /pom.xml | |
parent | 1be344b5ff036da5140d4f9c7d5e1bbebe125dda (diff) |
Update snapshot and/or references of policy/distribution to latest snapshotsjakarta
policy/distribution updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4333
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ie4ededac33a07918a5592de2bd85d7a8a65da2f2
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.4</version> + <version>3.5.5-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.7.4-SNAPSHOT</version> + <version>2.7.5-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</policy.common.version> - <policy.models.version>2.6.5</policy.models.version> + <policy.common.version>1.10.5-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.6-SNAPSHOT</policy.models.version> </properties> <modules> |