summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2017-08-10 23:57:37 +0200
committerreger <reger18@arcor.de>2017-08-10 23:57:37 +0200
commit119b65389d27c7ff172cf8c3aab7a4eedd9c37ea (patch)
tree83c242e79bcbe22f7e445c0ae1ad377a7955ecf1
parent4979439e87a537e4e49d49ef24f0913e895bffae (diff)
upde to icu4j-59_1.jar
-rw-r--r--.classpath2
-rw-r--r--build.xml2
-rw-r--r--lib/icu4j-59_1.jar (renamed from lib/icu4j-58_2.jar)bin11667818 -> 11916846 bytes
-rw-r--r--pom.xml2
4 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index db27cc76f..9fc69a61b 100644
--- a/.classpath
+++ b/.classpath
@@ -87,7 +87,7 @@
<classpathentry kind="lib" path="lib/metrics-core-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/spatial4j-0.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="lib" path="lib/icu4j-58_2.jar"/>
+ <classpathentry kind="lib" path="lib/icu4j-59_1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.10.3.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
diff --git a/build.xml b/build.xml
index 9d96bd2a9..8f9d2adfa 100644
--- a/build.xml
+++ b/build.xml
@@ -191,7 +191,7 @@
<pathelement location="${lib}/httpclient-4.5.3.jar" />
<pathelement location="${lib}/httpcore-4.4.6.jar" />
<pathelement location="${lib}/httpmime-4.5.3.jar" />
- <pathelement location="${lib}/icu4j-58_2.jar" />
+ <pathelement location="${lib}/icu4j-59_1.jar" />
<pathelement location="${lib}/imageio-bmp-3.3.1.jar" />
<pathelement location="${lib}/imageio-core-3.3.1.jar" />
<pathelement location="${lib}/imageio-metadata-3.3.1.jar" />
diff --git a/lib/icu4j-58_2.jar b/lib/icu4j-59_1.jar
index 71aca7454..3dc69c8a1 100644
--- a/lib/icu4j-58_2.jar
+++ b/lib/icu4j-59_1.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index 2878681e6..a55ca3f79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>58.2</version>
+ <version>59.1</version>
<type>jar</type>
</dependency>
<dependency>