diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-23 17:01:57 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-23 17:01:57 +0100 |
commit | de2ad7a4ea79a0d23c225cdd2c1ff7150b3fa728 (patch) | |
tree | bc76364ae19d61a2e90c7ce656cd205287c0fd42 /pom.xml | |
parent | 5539717972bb244c5bee5f28973b92eab7746546 (diff) |
Update snapshot and/or references of policy/gui to latest snapshots
policy/gui updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic855a9b68b4b521330736d09442c502036a80150
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,13 +26,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.6.0</version> + <version>3.6.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.8.0</policy.apex-pdp.version> - <policy.common.version>1.11.0</policy.common.version> - <policy.models.version>2.7.0</policy.models.version> + <policy.apex-pdp.version>2.8.1-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>1.11.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.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> |