diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-08 16:43:50 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-09 09:09:51 -0400 |
commit | 5e124856e4c6c8394c1aa6cfd0d241db37a68c2a (patch) | |
tree | 18e4e190d825ca6e8db227665b1e65e3708d14ea | |
parent | 0d1a9139e5984a67720e4ab9b97112ccdd6816f1 (diff) |
Upgrade to released 1.3.0 artifacts
policy/common and policy/engine are released.
Issue-ID: POLICY-1189
Change-Id: I9ea1222fc3330493595cd9545a2728d48b9e044e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | plugins/forwarding-plugins/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 3 |
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> @@ -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> |