aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-11 15:36:06 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-11 15:36:12 -0400
commitddfcb74fbe34a709a1ad6a7bace8d1403b0040db (patch)
tree7f1ede3e4419e529344d85ab038c7d52ad91e846
parent608eade694b6947221c160b0705a63beea1c2bf8 (diff)
Point to released parent, common models
Issue-ID: POLICY-2378 Change-Id: Idb05f97911fc1ebb5998467a5484973e5e650bae 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 5ed668f3..da109279 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2</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.6.3-SNAPSHOT</policy.common.version>
- <policy.models.version>2.2.3-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.6.3</policy.common.version>
+ <policy.models.version>2.2.3</policy.models.version>
</properties>
<modules>