diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-08-23 15:36:01 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-08-23 15:36:01 -0500 |
commit | af4675e0ab20c7649ec4ece5b7a67e17e7e11eec (patch) | |
tree | 1979c648f4bd00af02dc1bdc2f74f48a345ed956 | |
parent | 98795b02a28a22baa8ce9dd79c5fa17ec5dba9d7 (diff) |
update drools, common and models snapshot pointers
drools=1.8.6-SNAPSHOT
common=1.8.4-SNAPSHOT
models=2.4.7-SNAPSHOT
Issue-ID: POLICY-4295
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I5843f5fb95fbb2a7c0ce98928e6c21339907cb44
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ ============LICENSE_START======================================================= drools-pdp-apps ================================================================================ - Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath /> </parent> @@ -45,9 +45,9 @@ <staging.path>content/repositories/staging/</staging.path> <!-- Project common dependency versions --> - <version.policy.common>1.8.3</version.policy.common> - <policy.models.version>2.4.6</policy.models.version> - <version.policy.drools-pdp>1.8.5</version.policy.drools-pdp> + <version.policy.common>1.8.4-SNAPSHOT</version.policy.common> + <policy.models.version>2.4.7-SNAPSHOT</policy.models.version> + <version.policy.drools-pdp>1.8.6-SNAPSHOT</version.policy.drools-pdp> </properties> <build> |