diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-31 11:48:36 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-31 11:48:47 -0400 |
commit | d784d71afce52687442c4753643280eae7cfe2ac (patch) | |
tree | 8e6a083383893354f702e74fd9633ea4b4f02727 /pom.xml | |
parent | b340fef5a1da75a89fc34e141cf4e42d108cc1e3 (diff) |
Bump distribution to 2.2.0
Due to dublin branch.
Issue-ID: POLICY-1747
Change-Id: I889d3c5276a070404eeba86d99ca82852d2645e5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,13 +26,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>2.1.0</version> + <version>3.0.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -47,9 +47,9 @@ <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> - <policy.common.version>1.4.0</policy.common.version> - <policy.engine.version>1.4.0</policy.engine.version> - <policy.apex-pdp.version>2.1.0</policy.apex-pdp.version> + <policy.common.version>1.5.0-SNAPSHOT</policy.common.version> + <policy.engine.version>1.5.0-SNAPSHOT</policy.engine.version> + <policy.apex-pdp.version>2.2.0-SNAPSHOT</policy.apex-pdp.version> </properties> <modules> |