aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:53:04 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:53:07 -0400
commit2dad7410c70cc153e32b3055172dd786b85695f1 (patch)
treef3e9a70329ff5770f8d10074fbdf61eed298c305
parent2a72abef6e7d0b847b0e26d39d1cb146132b0a19 (diff)
Point to Istanbul snapshot dependency
Issue-ID: POLICY-3788 Change-Id: I5d5bac513dc5f1986b3fed54d4757ad7ff97dcbb 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 be7985c..480c954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.4.3</version>
+ <version>3.4.4-SNAPSHOT</version>
<relativePath />
</parent>
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.common.version>1.9.1</policy.common.version>
- <policy.models.version>2.5.1</policy.models.version>
+ <policy.common.version>1.9.2-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.5.2-SNAPSHOT</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>