svn commit: r1820039 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ 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: r1820039 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ build.gradle

Deepak Dixit-5
Author: deepak
Date: Thu Jan  4 07:56:36 2018
New Revision: 1820039

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

Fixed: Trailing fraction are not entertained by formatCurrency method of UtilFormatOut (OFBIZ-10142)
Thanks Suraj Khurana for your contribution

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

Propchange: ofbiz/ofbiz-framework/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan  4 07:56:36 2018
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/ofbiz-framework/trunk:1819499,1819598,1819800,1819805,1819811
+/ofbiz/ofbiz-framework/trunk:1819499,1819598,1819800,1819805,1819811,1820038

Modified: ofbiz/ofbiz-framework/branches/release17.12/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/build.gradle?rev=1820039&r1=1820038&r2=1820039&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/build.gradle (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/build.gradle Thu Jan  4 07:56:36 2018
@@ -99,7 +99,7 @@ dependencies {
     compile 'com.googlecode.ez-vcard:ez-vcard:0.9.10'
     compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20170515.1'
     compile 'com.googlecode.libphonenumber:libphonenumber:8.8.7'
-    compile 'com.ibm.icu:icu4j:60.1'
+    compile 'com.ibm.icu:icu4j:60.2'
     compile 'com.lowagie:itext:4.2.0'
     compile 'com.sun.mail:javax.mail:1.6.0'
     compile 'com.sun.syndication:com.springsource.com.sun.syndication:0.9.0'