diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-09-05 15:26:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-05 15:26:40 +0000 |
commit | 0905994ccab18237255f21c292a1616f92ec4856 (patch) | |
tree | f28c41a9bd5a86409aac514d15dfc7b60d6452c1 /vid-app-common/pom.xml | |
parent | 630945c6aed25172bdccb9b11b32417564e0bfde (diff) | |
parent | 436646fcc88913246d75e03fe4be308545e0d13e (diff) |
Merge changes from topic 'portalsdk2.4'
* changes:
Fix features.properties
Upgrade portal SDK to 2.4
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 57d3de1fd..f97a8a29c 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -18,7 +18,7 @@ <encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <epsdk.version>2.1.0</epsdk.version>
+ <epsdk.version>2.4.0</epsdk.version>
<springframework.version>4.2.9.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Skip assembling the zip by default -->
|