aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-04-08 16:59:55 -0400
committerJim Hahn <jrh3@att.com>2021-04-08 17:44:31 -0400
commita28617016d9e19237c9cb4adaa18be90a67f07a6 (patch)
treeccffba8e3620733f970dbd53c4dbd06d550d8a9d
parent098e9903bfbf2861ac932f32b24a18ee370d7cc3 (diff)
Upgrade dependencies in gui
The gui builds are failing, because the policy dependencies cannot be found. Upgraded the dependency versions to the latest policy snapshots. Issue-ID: POLICY-3180 Change-Id: Id90addb5a15bbdaa4842c1751ac0022f38417e49 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f839bf3..2104698 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy GUI
================================================================================
- Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
Modifications Copyright (C) 2020 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.common.version>1.8.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.4.2-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.9.0-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.5.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>