update to commons-compress-1.8.1

(bugfix release)
pull/1/head
reger 11 years ago
parent ea6c9e9b07
commit 516c8c02b1

@ -23,7 +23,7 @@
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/jaudiotagger-2.0.4-20111207.115108-15.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>

@ -41,7 +41,7 @@
<string>$JAVAROOT/lib/bcmail-jdk15-1.46.jar</string>
<string>$JAVAROOT/lib/bcprov-jdk15-1.46.jar</string>
<string>$JAVAROOT/lib/commons-codec-1.7.jar</string>
<string>$JAVAROOT/lib/commons-compress-1.8.jar</string>
<string>$JAVAROOT/lib/commons-compress-1.8.1.jar</string>
<string>$JAVAROOT/lib/commons-fileupload-1.2.2.jar</string>
<string>$JAVAROOT/lib/commons-io-2.3.jar</string>
<string>$JAVAROOT/lib/commons-jxpath-1.3.jar</string>

@ -165,7 +165,7 @@
<pathelement location="${lib}/bcmail-jdk15-1.46.jar" />
<pathelement location="${lib}/bcprov-jdk15-1.46.jar" />
<pathelement location="${lib}/commons-codec-1.7.jar" />
<pathelement location="${lib}/commons-compress-1.8.jar" />
<pathelement location="${lib}/commons-compress-1.8.1.jar" />
<pathelement location="${lib}/commons-fileupload-1.2.2.jar" />
<pathelement location="${lib}/commons-io-2.3.jar" />
<pathelement location="${lib}/commons-jxpath-1.3.jar" />

@ -313,7 +313,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.8</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>

Loading…
Cancel
Save