diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:33 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:33 +0100 |
commit | 0daf8a6c01162043fab430783cb497e80436ef36 (patch) | |
tree | def705a65e4e7249cb745cf9c06254be6eb10215 /pom.xml | |
parent | c92c9d7c737b7333470402bd2388d7daf37ee5ab (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I04e9d2a40faeede098a10d2f71741e850659bbd6
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.3</version> + <version>3.5.4-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.10.3-SNAPSHOT</version> + <version>1.10.4-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.3</policy.common.version> - <policy.models.version>2.6.3</policy.models.version> + <policy.common.version>1.10.4-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.4-SNAPSHOT</policy.models.version> </properties> <modules> |