aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-05-30 09:42:01 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-05-30 09:42:07 -0400
commit9bcc74f6a5d69833a848d771811064e65c62098e (patch)
treeced942a68ccad536316926ac0e5240e97a18a477 /pom.xml
parent04d2ffb108b6854fe273c4644e888adbe3dfc7fd (diff)
Bump to version 2.1.0
New snapshot due to branch Issue-ID: POLICY-1747 Change-Id: I8f82950ec863987322c39fb7254f9ea8b5d7f471 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 134516e3..3ce343cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -46,8 +46,8 @@
<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.models.version>2.0.1</policy.models.version>
+ <policy.common.version>1.5.0-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.1.0-SNAPSHOT</policy.models.version>
</properties>
<modules>