Upgrade to released 1.3.0 artifacts 62/70062/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 8 Oct 2018 20:43:50 +0000 (16:43 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 9 Oct 2018 13:09:51 +0000 (09:09 -0400)
policy/common and policy/engine are released.

Issue-ID: POLICY-1189
Change-Id: I9ea1222fc3330493595cd9545a2728d48b9e044e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
plugins/forwarding-plugins/pom.xml
pom.xml

index dee6631..2e5814e 100644 (file)
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.onap.policy.engine</groupId>
             <artifactId>PolicyEngineAPI</artifactId>
-            <version>1.3.0-SNAPSHOT</version>
+            <version>${policy.engine.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.apex-pdp.core</groupId>
diff --git a/pom.xml b/pom.xml
index 91edfb7..eb7e57e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,8 @@
         <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
-        <policy.common.version>1.3.0-SNAPSHOT</policy.common.version>
+        <policy.common.version>1.3.0</policy.common.version>
+        <policy.engine.version>1.3.0</policy.engine.version>
     </properties>
 
     <modules>