aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-07-09 09:37:16 -0400
committerJim Hahn <jrh3@att.com>2020-07-09 15:21:40 -0400
commit4c5879cc4f8af473eb4ec430bc03093448e056fd (patch)
tree141d528dbcaeeb7ee0da56e14229b3f78fc8528a
parentec220024096ad8b17f502653087e6d18c420761b (diff)
Refer to released versions in xacml-pdp
Issue-ID: POLICY-2695 Change-Id: I0baedd8711c0886107c48dd99a1b4419949ad791 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 4527fd96..aaca8f9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<relativePath />
</parent>
@@ -40,8 +40,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <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>