diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-26 09:24:43 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-26 09:24:43 +0100 |
commit | b0023d9f078de4cee9ea7425744f26d1277f267f (patch) | |
tree | e213eebd331d43345fd97822caf9dc614f100fab /pom.xml | |
parent | fa8374633720c183d6e4c7a792c304fe86a3ca8b (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-4970
Change-Id: I03ec5a5f6d335a619ac6c5cd6736ab91a0506e96
Signed-off-by: saul.gill <saul.gill@est.tech>
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.2</version> + <version>4.1.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.3-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-drools-pdp</name> @@ -51,8 +51,8 @@ <json.path.version>2.9.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.2</policy.common.version> - <policy.models.version>3.1.2</policy.models.version> + <policy.common.version>2.1.3-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.3-SNAPSHOT</policy.models.version> </properties> <modules> |