Upgrade to released deps 86/90686/2
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 28 Jun 2019 19:42:24 +0000 (15:42 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 28 Jun 2019 19:48:32 +0000 (15:48 -0400)
Drools-pdp 1.5.0, common 1.5.0 and models 2.1.0

Issue-ID: POLICY-1737
Change-Id: I19caa0c5a48ff81c60f1974b09fe386c519b1341
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
controlloop/packages/docker-controlloop/src/main/docker/Dockerfile
pom.xml

index e1bed07..50f8587 100644 (file)
@@ -1,4 +1,4 @@
-FROM onap/policy-drools:1.5.0-SNAPSHOT
+FROM onap/policy-drools:1.5.0
 
 ARG BUILD_VERSION_APP_CL=${BUILD_VERSION_APP_CL}
 ENV BUILD_VERSION_APP_CL=${BUILD_VERSION_APP_CL}
diff --git a/pom.xml b/pom.xml
index 0d832e6..ed378e0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -59,9 +59,9 @@
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
         <!-- Project common dependency versions -->
-        <version.policy.common>1.5.0-SNAPSHOT</version.policy.common>
-        <policy.models.version>2.1.0-SNAPSHOT</policy.models.version>
-        <version.policy.drools-pdp>1.5.0-SNAPSHOT</version.policy.drools-pdp>
+        <version.policy.common>1.5.0</version.policy.common>
+        <policy.models.version>2.1.0</policy.models.version>
+        <version.policy.drools-pdp>1.5.0</version.policy.drools-pdp>
     </properties>
 
     <build>