diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-12 11:09:46 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-12 11:09:46 +0000 |
commit | f2dbc9877de258fb4d2e6abdbb00f3a594e1fdfc (patch) | |
tree | 165822123f7f4430a819cc00a021be9a40ab064a /pom.xml | |
parent | 075f2fe8acf874877af438d21cd2fd60335729fd (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ibda73c39fa46e81424292653d87009ac43360b58
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.0</version> + <version>4.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-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.0</policy.apex-pdp.version> - <policy.common.version>2.1.0</policy.common.version> - <policy.models.version>3.1.0</policy.models.version> + <policy.apex-pdp.version>3.1.1-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.1-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> |