diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-29 07:44:50 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-29 07:44:56 -0400 |
commit | 814101d7680da5b52b06461c1d9a132e32a6e3d5 (patch) | |
tree | bc6f7cd73aca4744a4429e30d139856fa413813f /pom.xml | |
parent | d22b3a35cae65438fe0e69fda2cf7d4e46a5a549 (diff) |
Change version to 2.1.0
Bump for El Alto
Issue-ID: POLICY-1747
Change-Id: I72ec2583715744e9e6debe84b75d0c1d3ffab997
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -24,13 +24,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.models</groupId> <artifactId>policy-models</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-models</name> @@ -39,13 +39,14 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.0.1</javax.ws.rs-api.version> - <policy.common.version>1.4.0</policy.common.version> <!-- sonar/jacoco overrides --> <!-- Overriding oparent default sonar/jacoco settings Combine all our reports into one file shared across sub-modules --> <sonar.jacoco.reportPath>${project.basedir}/../target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath> <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> + + <policy.common.version>1.5.0-SNAPSHOT</policy.common.version> </properties> <modules> |