summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-02-28 14:48:59 +0000
committerliamfallon <liam.fallon@est.tech>2022-02-28 14:48:59 +0000
commit72bb4b4ac6b2055967ee35d812005fec080de8d2 (patch)
treeca81040acb8e19e26a411bd75a6337c19ba37f3e /pom.xml
parent9020e3312245653651e32cec1f51be7366928bf3 (diff)
update references in policy/gui pom
updated references in the policy/gui pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-3958 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0a2caf8da80ae3504144921ede32633e5e96c60c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 480c954..b32bf43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.4.4-SNAPSHOT</version>
+ <version>3.4.4</version>
<relativePath />
</parent>
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.common.version>1.9.2-SNAPSHOT</policy.common.version>
- <policy.models.version>2.5.2-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.9.2</policy.common.version>
+ <policy.models.version>2.5.2</policy.models.version>
<jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>