aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 102a91b9..a57d9be7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,20 +18,19 @@
============LICENSE_END=========================================================
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -46,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.1</policy.common.version>
- <policy.engine.version>1.3.1</policy.engine.version>
- <policy.apex-pdp.version>2.0.1</policy.apex-pdp.version>
+ <policy.common.version>1.4.0-SNAPSHOT</policy.common.version>
+ <policy.engine.version>1.4.0-SNAPSHOT</policy.engine.version>
+ <policy.apex-pdp.version>2.1.0-SNAPSHOT</policy.apex-pdp.version>
</properties>
<modules>