aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-12-02 18:44:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-02 18:44:15 +0000
commitacd025f30f0005731c9b2894cb954bd31401ab76 (patch)
tree0619ac901cd8f5a215fe0be6973ab428401c76f3
parent606da1aed511b074c530208d889c7cafd0f531de (diff)
parent60529d3bbb17c88c7445ea9c7771bb0d418272cd (diff)
Merge "Update snapshot and/or references of policy/gui to latest snapshots"
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9a8f3e2..a475268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1-SNAPSHOT</version>
<relativePath />
</parent>
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.common.version>1.10.0</policy.common.version>
- <policy.models.version>2.6.0</policy.models.version>
+ <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.6.1-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>