diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-04-26 10:23:23 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-04-26 10:23:23 -0400 |
commit | 930cc36e33359349c2ffe9d8c63ec73a3cf65ec5 (patch) | |
tree | c049b204bf0a7e211440a9acf1698d43a043df78 /pom.xml | |
parent | 578b152885ec35913b6e1eec5689d62cb1767e8a (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-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: I2f7877cfcd1ca08ac1a89256ba6247d72f956c52
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.2</version> + <version>3.7.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-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.2</policy.apex-pdp.version> - <policy.common.version>1.12.2</policy.common.version> - <policy.models.version>2.8.2</policy.models.version> + <policy.apex-pdp.version>2.9.3-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>1.12.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.3-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> |