diff options
author | liamfallon <liam.fallon@est.tech> | 2022-05-03 09:37:13 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-05-03 09:37:13 +0100 |
commit | d6a59eefa5533cdad10f4266c462c473195c41aa (patch) | |
tree | f14115c128e327c478b4ff001acf1c416976281c /pom.xml | |
parent | 2fc78d7979c470c670e4caa154e3ec40fd47c73c (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I43fb331d70487c78f640ae9205c926ff7f4868f5
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.5.3</version> + <version>3.5.4-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> <packaging>pom</packaging> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.7.3</policy.apex-pdp.version> - <policy.common.version>1.10.3</policy.common.version> - <policy.models.version>2.6.3</policy.models.version> + <policy.apex-pdp.version>2.7.4-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>1.10.4-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.4-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> |