aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-02-23 10:22:40 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-02-23 10:22:43 -0500
commit2c186b89c609d3e21678368bc472849c58df67dc (patch)
tree0f4c3eec0251ca8b770e57b5d0f3f8dd775d8cc7
parentef2a2a1c93a78377e9bffe47d4d974d15bad4810 (diff)
Point to released version of dependencies
Issue-ID: POLICY-3088 Change-Id: Ie1cfd8b08a48881738966b1ce86f5f9c88a6e537 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1ea13eef..767b2573 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>Code that implements the Policy Administration Backend.</description>
<properties>
- <policy.common.version>1.8.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.4.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.8.0</policy.common.version>
+ <policy.models.version>2.4.0</policy.models.version>
</properties>
<modules>