diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-12-02 18:44:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-02 18:44:15 +0000 |
commit | acd025f30f0005731c9b2894cb954bd31401ab76 (patch) | |
tree | 0619ac901cd8f5a215fe0be6973ab428401c76f3 | |
parent | 606da1aed511b074c530208d889c7cafd0f531de (diff) | |
parent | 60529d3bbb17c88c7445ea9c7771bb0d418272cd (diff) |
Merge "Update snapshot and/or references of policy/gui to latest snapshots"
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |