diff options
author | 2024-11-19 08:28:26 +0000 | |
---|---|---|
committer | 2024-11-19 08:28:26 +0000 | |
commit | af308252fddf826f9d0e71cca791b3caa4b61796 (patch) | |
tree | c3fdf497eff536d8cebc250a3bcf292dc6e3fff7 /pom.xml | |
parent | ead114b6ae61f94ae9f850d9b5ecde43d180b0a5 (diff) |
Update snapshot and/or references of policy/pap to latest snapshots
policy/pap updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I85ac387eda3dbdcb011775d4ee0b4f1603eb00ef
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,13 +27,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.0.1</version> + <version>5.0.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>3.0.1</policy.common.version> - <policy.models.version>4.0.1</policy.models.version> + <policy.common.version>3.0.2-SNAPSHOT</policy.common.version> + <policy.models.version>4.0.2-SNAPSHOT</policy.models.version> </properties> <modules> |