diff options
| author | reger <reger18@arcor.de> | 2017-08-10 23:57:37 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-08-10 23:57:37 +0200 |
| commit | 119b65389d27c7ff172cf8c3aab7a4eedd9c37ea (patch) | |
| tree | 83c242e79bcbe22f7e445c0ae1ad377a7955ecf1 | |
| parent | 4979439e87a537e4e49d49ef24f0913e895bffae (diff) | |
upde to icu4j-59_1.jar
| -rw-r--r-- | .classpath | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | lib/icu4j-59_1.jar (renamed from lib/icu4j-58_2.jar) | bin | 11667818 -> 11916846 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
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"/> @@ -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 Binary files differindex 71aca7454..3dc69c8a1 100644 --- a/lib/icu4j-58_2.jar +++ b/lib/icu4j-59_1.jar @@ -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> |
