aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-07-09 09:39:19 -0400
committerJim Hahn <jrh3@att.com>2020-07-09 15:22:18 -0400
commite861ea9a826462f98ccb9a1daad4c9d12706f8e5 (patch)
treecc5b82e07d1db3b5e1ac6df50fa3df8a2ff71807
parentb027b07c810fbdfa1b11959580fa38f87059d3c4 (diff)
Refer to released versions in policy-distribution
Issue-ID: POLICY-2695 Change-Id: Ie4a0050c46e103507e1f99d6787609b7b96d8551 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e5c9dda7..576e9117 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<relativePath />
</parent>
@@ -44,8 +44,8 @@
<!-- Default Sonar configuration -->
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
- <policy.common.version>1.7.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.3.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.7.0</policy.common.version>
+ <policy.models.version>2.3.0</policy.models.version>
</properties>
<modules>