aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/forwarding-plugins/pom.xml2
-rw-r--r--pom.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml
index dee6631f..2e5814ec 100644
--- a/plugins/forwarding-plugins/pom.xml
+++ b/plugins/forwarding-plugins/pom.xml
@@ -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 91edfb77..eb7e57ed 100644
--- 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>