diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-11 18:02:53 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-11 18:02:53 +0000 |
commit | 43fb361999d48785ce9b4b71a8d5365907fba39d (patch) | |
tree | a77994c9aaac9666d1a2a051fbbb666e82ede4e6 /pom.xml | |
parent | 15db6cfe34e3c9486671a909be8ba6450246c9e4 (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-3982
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic6bfe8855771af2e5c1ac9bd5642e4771fe5f5f8
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.5.1</version> + <version>3.5.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.10.1-SNAPSHOT</version> + <version>1.10.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.10.1</policy.common.version> - <policy.models.version>2.6.1</policy.models.version> + <policy.common.version>1.10.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.2-SNAPSHOT</policy.models.version> </properties> <modules> |