aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-09 09:52:42 -0400
committerJim Hahn <jrh3@att.com>2019-09-09 09:54:46 -0400
commit79cee88a95874d81ae92fbe34eef73c3eb9469b7 (patch)
treed0b3de94af9c1fc29868453c9bcfc67c87e76ff7
parentc8857aca1f6dee63b634559c0a06599fb53ecc99 (diff)
Use released versions in models pom
Updated models pom.xml to use released version of parent and common artifacts. Change-Id: I21bf9911d1dcd3ea9cc0f065dc80f65e153da885 Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a4c41aa14..29735c3c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -48,7 +48,7 @@
<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.common.version>1.5.2</policy.common.version>
</properties>
<modules>