diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-01 12:38:21 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-01 14:38:23 +0000 |
commit | 59fed509d04fb87a247560e29667416a7227196f (patch) | |
tree | f5f097af05ffa999ea21a857e82d85e557f4139c /pom.xml | |
parent | aa30350f61a6149b3172289109b49681299b4617 (diff) |
update references in policy/gui pom
updated references in the policy/gui pom
downgraded eirslett npm module because
new version depends on maven 3.6 but
onap jenkins uses an earlier version
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I01c2407cf918b8e3b3d6ef2bf48092353c1d82b1
Signed-off-by: saul.gill <saul.gill@est.tech>
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>3.7.1-SNAPSHOT</version> + <version>3.7.1</version> <relativePath /> </parent> @@ -40,9 +40,9 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.apex-pdp.version>2.9.1-SNAPSHOT</policy.apex-pdp.version> - <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> + <policy.apex-pdp.version>2.9.1</policy.apex-pdp.version> + <policy.common.version>1.12.1</policy.common.version> + <policy.models.version>2.8.1</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> |