diff options
| author | reger <reger18@arcor.de> | 2017-12-24 01:02:18 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-12-24 01:02:18 +0100 |
| commit | 6db7f5525b153b0ceb9d5c39a38a16772bc60e5b (patch) | |
| tree | 1e3ccb8e85d521daf89bb59125909c9fc8a19470 | |
| parent | e6907fdab37bb05d9766b2ea67a9d25f45e7f42c (diff) | |
upd to icu4j-60.2
| -rw-r--r-- | .classpath | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | lib/icu4j-60.2.License (renamed from lib/icu4j-60.1.License) | 0 | ||||
| -rw-r--r-- | lib/icu4j-60.2.jar (renamed from lib/icu4j-60.1.jar) | bin | 12256266 -> 12272759 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath index d5e74fcaa..2d2e4fba0 100644 --- a/.classpath +++ b/.classpath @@ -86,7 +86,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-60.1.jar"/> + <classpathentry kind="lib" path="lib/icu4j-60.2.jar"/> <classpathentry kind="lib" path="lib/htmllexer.jar"/> <classpathentry kind="lib" path="lib/jsoup-1.11.2.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.8.jar" /> <pathelement location="${lib}/httpmime-4.5.3.jar" /> - <pathelement location="${lib}/icu4j-60.1.jar" /> + <pathelement location="${lib}/icu4j-60.2.jar" /> <pathelement location="${lib}/imageio-bmp-3.3.2.jar" /> <pathelement location="${lib}/imageio-core-3.3.2.jar" /> <pathelement location="${lib}/imageio-metadata-3.3.2.jar" /> diff --git a/lib/icu4j-60.1.License b/lib/icu4j-60.2.License index c84076cd0..c84076cd0 100644 --- a/lib/icu4j-60.1.License +++ b/lib/icu4j-60.2.License diff --git a/lib/icu4j-60.1.jar b/lib/icu4j-60.2.jar Binary files differindex 58c4c7d35..3620080da 100644 --- a/lib/icu4j-60.1.jar +++ b/lib/icu4j-60.2.jar @@ -423,7 +423,7 @@ <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> - <version>60.1</version> + <version>60.2</version> <type>jar</type> </dependency> <dependency> |
