diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-01 12:37:49 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-01 12:37:49 +0000 |
commit | 9502bad1432f02f0114a8a35705651b12b0b2bd9 (patch) | |
tree | be5df5c04b87f9d1ae5c5f1fb6350175c7ad76ec /pom.xml | |
parent | 93bcb2977d859ee73e7450b72f5f77f7be699054 (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ib333a5cf96693209f0a01cb3ac55616e4d244b04
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>3.7.1</version> + <version>3.7.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>2.8.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.12.1</policy.common.version> - <policy.models.version>2.8.1</policy.models.version> + <policy.common.version>1.12.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.2-SNAPSHOT</policy.models.version> </properties> <modules> |