Upgrade to EPSDK 1.3.1 17/19117/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Mon, 16 Oct 2017 18:15:09 +0000 (14:15 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Mon, 16 Oct 2017 18:15:48 +0000 (14:15 -0400)
EPSDK version 1.3.1 omits licensed "Greensock" code.

Issue: PORTAL-127
Change-Id: I9a0eedc184f34084cf2b073ea7772d812b603e6d
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-portal-BE-os/README.md
pom.xml

index 4e94f6b..e3f273d 100644 (file)
@@ -18,34 +18,34 @@ Version 1.3.0 (Amsterdam), November 2017
 - [Portal-6] Updates to License and Trademark in the PORTAL Source Code
 - [Portal-7] Improvements added as part of the rebasing process
 - [Portal-17] Remove jfree related items
-- [PORTAL-21] FE changes to OS for AAF centralization and name space field; DB script updates for EcompPortalDDLMySql_1710_Common.sql under ecomp-portal-DB-common, EcompPortalDMLMySql_1710_OS.sql under ecomp-portal-DB-os;
-- [Portal-30] Failed to communicate with the widget microservice: Fixed
-- [Portal-35] Replaced the portal logo with onap logo on the login screen.
+- [PORTAL-21] FE changes to OS for AAF centralization and name space field; DB script updates for EcompPortalDDLMySql_1710_Common.sql under ecomp-portal-DB-common, EcompPortalDMLMySql_1710_OS.sql under ecomp-portal-DB-os
+- [Portal-30] Failed to communicate with the widget microservice
+- [Portal-35] Replaced the portal logo with onap logo on the login screen
 - [Portal-40] Fix to add user roles 
 - [Portal-45] Fix to update an existing app on Application Onboarding
 - [Portal-47] Fix to eliminate duplicate roles on Users page
 - [Portal-48] Fix to save a new app on Application onboarding
 - [Portal-49] image icon is missing on Widget corner
+- [Portal-50] Enabled the junit coverage in ONAP
+- [Portal-50] Fix to get the Sonar coverage for ONAP
+- [Portal-59] Fix to to display Portal users on User page
+- [Portal-61] Fixed the routing problem, loaded data and changed the notification hyperlink 
 - [Portal-63] remove att_abs_tpls*.js and greensock url
 - [Portal-69] unable to pick role in Functional Menu Update
+- [Portal-72] Sonar scan - resolving severity Blocker issues 
 - [Portal-73] unable to onboard new Application fix
-- [Portal-50] Enabled the junit coverage in ONAP
 - [Portal-76] Edit functional menu modal doesn't show
-- [Portal-61] Fixed the routing problem, loaded data and changed the notification hyperlink 
 - [Portal-77] Changes to remove preview image and update the new image automatically on App onbarding page
 - [Portal-82] Unable to pick Role in Widget onboarding for assigned app
-- [Portal-94] Unable to see the updates on Edit Functional Menu
-- [Portal-104] Replaced mysql DB connector with mariaDB
-- [Portal-72] Sonar scan - resolving severity Blocker issues 
-- [Portal-103] Fix to enhanced notification ticket source for ONAP
-- [Portal-50] Fix to get the Sonar coverage for ONAP
 - [Portal-86] Remove internal att.com usages from tests and other files
+- [Portal-94] Unable to see the updates on Edit Functional Menu
 - [Portal-102] Fixed the page refresh issue on App Account Management page
+- [Portal-103] Fix to enhanced notification ticket source for ONAP
+- [Portal-104] Replaced mysql DB connector with mariaDB
 - [Portal-104] replace mysql DB connector with mariaDB connector
 - [Portal-116] Empty Widgets on Home page - widget uploaded with a wrong format in db 
-- [Portal-59] Fix to to display Portal users on User page
-- [Portal-127] Remove GreenSock license code from b2b library
 - [Portal-125] Fixed the missing role assignment when adding a user in portal
+- [Portal-127] Remove GreenSock license code from b2b library; upgrade to EPSDK 1.3.1
 
 Version 1.0.0, February 2017
 - Initial release
diff --git a/pom.xml b/pom.xml
index cfd733c..b70ce3e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
        <properties>
                <!-- Jenkins SHOULD invoke mvn with argument -Dbuild.number=${BUILD_NUMBER} -->
                <build.number>0</build.number>
-               <epsdk.version>1.3.0</epsdk.version>
+               <epsdk.version>1.3.1</epsdk.version>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
                <fasterxml.version>2.7.4</fasterxml.version>