diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-09-09 19:35:51 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-09-09 19:35:58 -0400 |
commit | 528c12c56b9c6e3d1bcd86db34838700678ecf02 (patch) | |
tree | 795ccc21edb9e8d45461a8ec9bb04237ec344066 /pom.xml | |
parent | 2dc70f24a3dde904912229049ac726b43f5016da (diff) |
Upgrade to released artifacts
Upgrade to released parent, common and models.
Issue-ID: POLICY-2045
Change-Id: Ib6690c27d4b7d01385f0d2ad5ddc79c270d8bd0d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <relativePath /> </parent> @@ -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.5.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.1.3-SNAPSHOT</policy.models.version> + <policy.common.version>1.5.2</policy.common.version> + <policy.models.version>2.1.3</policy.models.version> </properties> <modules> |