diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-23 10:58:47 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-23 10:58:47 +0100 |
commit | e58a8c52dadfe14b8b77c8eb7c236697c710ddd5 (patch) | |
tree | c34979338440d7ab64f44bc6b9f84a9595fcc5ab /pom.xml | |
parent | 4cbb768bca27c7f4a204e485fdec179cdf934f3a (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-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Iea8f1e16c283647eecb9e8efab8e7098b2f7c294
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.6.0</version> + <version>3.6.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.11.0-SNAPSHOT</version> + <version>1.11.1-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.11.0</policy.common.version> - <policy.models.version>2.7.0</policy.models.version> + <policy.common.version>1.11.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.1-SNAPSHOT</policy.models.version> </properties> <modules> |