aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-17 13:00:21 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-17 13:00:24 -0400
commit9cd17ef720663f59834050168503aa0f7f4d90a4 (patch)
treeb71510250e09a21aec56c7f572344b3d51ed777e
parentbba2e5aa9a58ef5ae1f1c1cbaae2f6480e83db9d (diff)
Point to released dependencies
Issue-ID: POLICY-4295 Change-Id: Ib3d37c37afbad35b867afb8fd8b705bdca1af8af 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 a6ea1848..89bbfeff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.8.3-SNAPSHOT</policy.common.version>
- <policy.models.version>2.4.6-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.8.3</policy.common.version>
+ <policy.models.version>2.4.6</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>