diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 15:48:25 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 15:48:25 +0100 |
commit | 5ad6368e809e76e74b002298377df14739030a84 (patch) | |
tree | bdfb8398e415623506d364d88557bb28e2af4e1d /pom.xml | |
parent | 1f5aea3478075e57c34bbe64a791003ebec85425 (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I6eb68eb873a7415cbcea5959745a04e435092384
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>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-drools-pdp</name> @@ -51,8 +51,8 @@ <json.path.version>2.8.0</json.path.version> <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <policy.common.version>2.0.1</policy.common.version> - <policy.models.version>3.0.1</policy.models.version> + <policy.common.version>2.0.2-SNAPSHOT</policy.common.version> + <policy.models.version>3.0.2-SNAPSHOT</policy.models.version> </properties> <modules> |