svn commit: r1831085 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ example/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1831085 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ example/build.gradle

Deepak Dixit-5
Author: deepak
Date: Mon May  7 09:00:44 2018
New Revision: 1831085

URL: http://svn.apache.org/viewvc?rev=1831085&view=rev
Log:
Applied fix from trunk for revision: 1831084
===

Implemented: Upgraded to latest Tomcat (9.0.7), Updated tomcat embed websocket jar to 9.0.7
(OFBIZ-10036)


Modified:
    ofbiz/ofbiz-plugins/branches/release17.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release17.12/example/build.gradle

Propchange: ofbiz/ofbiz-plugins/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May  7 09:00:44 2018
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856
+/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084

Modified: ofbiz/ofbiz-plugins/branches/release17.12/example/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/example/build.gradle?rev=1831085&r1=1831084&r2=1831085&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/example/build.gradle (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/example/build.gradle Mon May  7 09:00:44 2018
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.7'
 }
\ No newline at end of file