diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -25,13 +25,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -46,8 +46,9 @@ <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</policy.common.version> - <policy.engine.version>1.3.0</policy.engine.version> + <policy.common.version>1.3.1</policy.common.version> + <policy.engine.version>1.3.1</policy.engine.version> + <policy.apex-pdp.version>2.0.1</policy.apex-pdp.version> </properties> <modules> |