diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -30,7 +30,7 @@ <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> <packaging>pom</packaging> @@ -45,9 +45,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.3</policy.common.version> - <policy.engine.version>1.3.4</policy.engine.version> - <policy.apex-pdp.version>2.0.3</policy.apex-pdp.version> + <policy.common.version>1.3.4</policy.common.version> + <policy.engine.version>1.3.5</policy.engine.version> + <policy.apex-pdp.version>2.0.4</policy.apex-pdp.version> </properties> <modules> |