diff options
author | 2023-11-14 16:52:51 +0100 | |
---|---|---|
committer | 2023-11-14 16:52:51 +0100 | |
commit | cebc925db5dcaf52334418936c8590ff2fc007f9 (patch) | |
tree | 733269c676b8c4d6136495a8ce651b07db009184 /pom.xml | |
parent | 67f8cb19af156e152b840ed0f4d7f3d54c54db2b (diff) |
Set all cross references of policy/gui
policy/gui updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I8c68a0d6c2c72c5c955d227d7b8742b01b3a3f74
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.0.3-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>3.0.3-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>2.0.3-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.3-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>3.1.0-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>2.1.0-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.0-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> |