diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-19 13:56:03 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-19 13:56:03 +0000 |
commit | b84171a5e9e6c24afc29ed7bec7d3bf1e57120f0 (patch) | |
tree | aa7eb6679ccbea855d1a6118be2292718d817917 /pom.xml | |
parent | 0322882efcef27fc8a36bd3dd81fe52df9e2aaf9 (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-4932
Change-Id: Ic0e2aa63c5da4ebd0c9b98d3bf70d953fbc308b4
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.1</version> + <version>4.1.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-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.1</policy.apex-pdp.version> - <policy.common.version>2.1.1</policy.common.version> - <policy.models.version>3.1.1</policy.models.version> + <policy.apex-pdp.version>3.1.2-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.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> |