aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-07-09 13:09:05 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-07-09 13:09:12 -0400
commitf43543d019b056557a4d3dae5227de25fca1ffbe (patch)
treefe64e143cfa027e0d7843a3480d3dd5b201001b3
parentc6012167b9692eb38bcb479f233543e93c51c998 (diff)
Refer to released parent & common in policy/models
Issue-ID: POLICY-2695 Change-Id: I4e30b08822095bddbb720e3785b7493bfddff749 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 24b742e6b..5354768ed 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>
@@ -42,7 +42,7 @@
<properties>
<derby.version>10.13.1.1</derby.version>
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
- <policy.common.version>1.7.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>1.7.0</policy.common.version>
</properties>
<modules>