update drools, common and models snapshot pointers 32/130432/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 23 Aug 2022 20:36:01 +0000 (15:36 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 23 Aug 2022 20:36:01 +0000 (15:36 -0500)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index a4d1bb7..50bebe4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>