release versions for common, model, parent, drools 27/118327/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 23 Feb 2021 23:19:42 +0000 (17:19 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 23 Feb 2021 23:19:42 +0000 (17:19 -0600)
common: 1.8.0
models: 2.4.0
parent: 3.3.0
drools: 1.8.0

Issue-ID: POLICY-3088
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iebef66796abbd739c13cf5a3ce511bab582051c5

pom.xml

diff --git a/pom.xml b/pom.xml
index 170445b..be5174b 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.0-SNAPSHOT</version>
+        <version>3.3.0</version>
         <relativePath />
     </parent>
 
@@ -45,9 +45,9 @@
         <staging.path>content/repositories/staging/</staging.path>
 
         <!-- Project common dependency versions -->
-        <version.policy.common>1.8.0-SNAPSHOT</version.policy.common>
-        <policy.models.version>2.4.0-SNAPSHOT</policy.models.version>
-        <version.policy.drools-pdp>1.8.0-SNAPSHOT</version.policy.drools-pdp>
+        <version.policy.common>1.8.0</version.policy.common>
+        <policy.models.version>2.4.0</policy.models.version>
+        <version.policy.drools-pdp>1.8.0</version.policy.drools-pdp>
     </properties>
 
     <build>