diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 16:19:40 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 16:19:40 +0000 |
commit | 5150ed1374d3393ac412ef6cd8e045e7e1514a5a (patch) | |
tree | 228cfa88adf4f262ec94e57eefa945c3c52ab52d /pom.xml | |
parent | 004abb6dcc71fa44f63d60cb084df62055a9893d (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I86dbf2079cbd7cbf527d66bef9d720480a4d7ff0
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.1.0</version> + <version>4.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-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.1.0</policy.common.version> - <policy.models.version>3.1.0</policy.models.version> + <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> </properties> <modules> |