Skip to content

Commit

Permalink
upd to icu4j-60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Dec 24, 2017
1 parent e6907fd commit 6db7f55
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
File renamed without changes.
Binary file renamed lib/icu4j-60.1.jar → lib/icu4j-60.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6db7f55

Please sign in to comment.