diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:19:51 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:19:51 +0000 |
commit | ac71161ab4d0cd5be47c799d2f186c900e0914ec (patch) | |
tree | b575d2117c7e301630bc46a8295bbf70e19d99f7 /pom.xml | |
parent | 86ab98fa7391ca3e20b87737c759080faa5bcf9e (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-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I1024bd52eee2ece83698ff596152a4f895070def
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.7.0</version> + <version>3.7.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.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.12.0</policy.common.version> - <policy.models.version>2.8.0</policy.models.version> + <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> </properties> <modules> |