upd to jwat-warc-1.1.1

This commit is contained in:
reger 2018-05-06 00:49:30 +02:00
parent 1e2f094b9e
commit 7525594315
8 changed files with 9 additions and 9 deletions

View File

@ -99,10 +99,10 @@
<classpathentry kind="lib" path="lib/imageio-bmp-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/jsonic-1.3.10.jar"/>
<classpathentry kind="lib" path="lib/langdetect.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.1.0.jar"/>
<classpathentry kind="lib" path="lib/jwat-gzip-1.1.0.jar"/>
<classpathentry kind="lib" path="lib/jwat-archive-common-1.1.0.jar"/>
<classpathentry kind="lib" path="lib/jwat-warc-1.1.0.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-gzip-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-archive-common-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-warc-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="lib/jaudiotagger-2.2.5.jar"/>
<classpathentry kind="output" path="gen"/>

View File

@ -220,10 +220,10 @@
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.3.10.jar" />
<pathelement location="${lib}/jsoup-1.11.3.jar" />
<pathelement location="${lib}/jwat-archive-common-1.1.0.jar" />
<pathelement location="${lib}/jwat-common-1.1.0.jar" />
<pathelement location="${lib}/jwat-gzip-1.1.0.jar" />
<pathelement location="${lib}/jwat-warc-1.1.0.jar" />
<pathelement location="${lib}/jwat-archive-common-1.1.1.jar" />
<pathelement location="${lib}/jwat-common-1.1.1.jar" />
<pathelement location="${lib}/jwat-gzip-1.1.1.jar" />
<pathelement location="${lib}/jwat-warc-1.1.1.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.24.jar" />
<pathelement location="${lib}/lucene-analyzers-common-6.6.3.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-6.6.3.jar" />

Binary file not shown.

Binary file not shown.

View File

@ -489,7 +489,7 @@
<dependency>
<groupId>org.jwat</groupId>
<artifactId>jwat-warc</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>jar</type>
</dependency>
<dependency>