diff options
author | liamfallon <liam.fallon@est.tech> | 2021-12-02 15:54:14 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-12-02 15:54:14 +0000 |
commit | 60529d3bbb17c88c7445ea9c7771bb0d418272cd (patch) | |
tree | 638e22607d062950a4d73760e6386f4d88d09e38 | |
parent | 1789e7f1b093cf1732e4d18e5cb374f23f71aceb (diff) |
Update snapshot and/or references of policy/gui to latest snapshots
*** This commit is generated by a PF release script ***
policy/gui updated to its latest own and reference snapshots
Issue-ID: POLICY-3827
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ief7e0b520894374dbc9d76f79aa5390c1d94ebda
-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> |