Update versions of drools, parent, common, models 42/122142/1
authorjhh <jorge.hernandez-herrero@att.com>
Wed, 23 Jun 2021 18:23:26 +0000 (13:23 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Wed, 23 Jun 2021 18:27:10 +0000 (13:27 -0500)
- 3.3.1 parent
- 1.8.1 common
- 2.4.3 models
- 1.8.3 drools

Issue-ID: POLICY-3329
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iba409d30ea8740bfc151a4b8e838a2ac2863e27f
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 07e4bd4..8db3c18 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.3.1</version>
         <relativePath />
     </parent>
 
@@ -45,9 +45,9 @@
         <staging.path>content/repositories/staging/</staging.path>
 
         <!-- Project common dependency versions -->
-        <version.policy.common>1.8.0</version.policy.common>
-        <policy.models.version>2.4.3-SNAPSHOT</policy.models.version>
-        <version.policy.drools-pdp>1.8.3-SNAPSHOT</version.policy.drools-pdp>
+        <version.policy.common>1.8.1</version.policy.common>
+        <policy.models.version>2.4.3</policy.models.version>
+        <version.policy.drools-pdp>1.8.3</version.policy.drools-pdp>
     </properties>
 
     <build>