aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-12-05 14:50:59 -0600
committerHOCKLA <ah999m@att.com>2019-12-06 12:28:33 -0600
commitb386bc2427c74702a7a763362a90223c3b6fca40 (patch)
treecab2f1f53fd601d36fe80c5634f2ac9560fef1f3
parente8b7873d43a6f0e01f8bb0385dff3deac3929d3c (diff)
Point to release versions of policy/parent and policy/common
Issue-ID: POLICY-1594 Change-Id: If6e7d96fb200d6947732c94ba4a0f621aac9d9d6 Signed-off-by: HOCKLA <ah999m@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3ca55a67..9e1a9307 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath />
</parent>
@@ -47,7 +47,7 @@
<sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
- <policy.common.version>1.6.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>1.6.1</policy.common.version>
<policy.engine.version>1.6.0-SNAPSHOT</policy.engine.version>
<policy.apex-pdp.version>2.3.0-SNAPSHOT</policy.apex-pdp.version>
<policy.models.version>2.2.0-SNAPSHOT</policy.models.version>