aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-23 10:41:02 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-23 19:48:07 -0400
commitdf6d23d49667ccb0cd848622eaf72aaceccea1e9 (patch)
tree74106084f1a3336d4105f0de027cd93e6a55895a
parentf6a3b6622b8cb213fc08376dc7ba16599aee4367 (diff)
Point to released artifacts
parent, common and models are released. Issue-ID: POLICY-2378 Change-Id: I9d171e66f5a85b7979bb7e6c663820e93083a7ab Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 07681606..801060be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
<relativePath />
</parent>
@@ -43,8 +43,8 @@
<!-- Default Sonar configuration -->
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
- <policy.common.version>1.6.2-SNAPSHOT</policy.common.version>
- <policy.models.version>2.2.1-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.6.2</policy.common.version>
+ <policy.models.version>2.2.1</policy.models.version>
</properties>
<modules>