diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-02 09:53:17 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-02 09:53:17 +0000 |
commit | 02de4ef3ee93b49abd74821a0dfbd4b185ce7246 (patch) | |
tree | f38f218c209411c3cb8f890ad8906ca81f8f27f5 /pom.xml | |
parent | 938965237aa4daa252a72df3805e43051b7582f9 (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ied0da93ccdb17c5fdbafa6544919a4da62dddb61
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.7.1</version> + <version>3.7.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.9.1</policy.apex-pdp.version> - <policy.common.version>1.12.1</policy.common.version> - <policy.models.version>2.8.1</policy.models.version> + <policy.apex-pdp.version>2.9.2-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>1.12.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.2-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> |