diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-01 12:37:53 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-01 12:37:53 +0000 |
commit | a193dbc17e4a2bf3fe8934df0627183dea88f693 (patch) | |
tree | 7594b0b6497c34794e0c2a9f827e1c8d039cd9df /pom.xml | |
parent | 16260df1ddec331db753a36e6d36bd15cf87d09a (diff) |
Update snapshot and/or references of policy/drools-pdp to latest snapshots
policy/drools-pdp 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: I29d576ac438866341a2850aad7b3bb3312c29f2b
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,13 +26,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.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.12.1-SNAPSHOT</version> + <version>1.12.2-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-drools-pdp</name> @@ -51,8 +51,8 @@ <hibernate.core.version>5.4.28.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <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> |