aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-09-13 16:43:45 +0100
committerliamfallon <liam.fallon@est.tech>2021-09-13 16:43:45 +0100
commit3b2d656c84890d455dd2b842b91f9dfa02a271c7 (patch)
tree608ff0413bce3219be7062ee16f439b9361160dc
parent587994aab9ea72b2fbfed0b1e1ec89a75c9369ab (diff)
Use released common and models
Issue-ID: POLICY-3587 Change-Id: I71cfb4a8f554618d48bfd9e3696934450b8c4f5e Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9340cc09..9bb99201 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.9.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.5.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.9.0</policy.common.version>
+ <policy.models.version>2.5.0</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>