diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-17 13:13:02 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-17 13:13:02 +0100 |
commit | 0bda7fa99b4347390f02d88d52f1ab45a387c3ae (patch) | |
tree | c011c3325750dc487761fe6725250e79b64ccf57 /pom.xml | |
parent | eab5bc8e0c2ed79f715d32188837eae324e024e7 (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-5001
Change-Id: Idb6d5a6761d6baf1b5c487708001054781510c6f
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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>4.1.4</version> + <version>4.1.5-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.4-SNAPSHOT</version> <packaging>pom</packaging> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>3.1.3</policy.apex-pdp.version> - <policy.common.version>2.1.3</policy.common.version> - <policy.models.version>3.1.3</policy.models.version> + <policy.apex-pdp.version>3.1.4-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>2.1.4-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.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> |