diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-06 21:41:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-06 21:41:28 +0000 |
commit | 957ef10ea981122113c6af11676b801eba8c4567 (patch) | |
tree | de294ed2e07cd99cdb5fe1f823bf5b42a89914f6 /pom.xml | |
parent | ccf08b8ea35134b738549010da3d19f6deeed80d (diff) | |
parent | b386bc2427c74702a7a763362a90223c3b6fca40 (diff) |
Merge "Point to release versions of policy/parent and policy/common"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |