Skip to content

Commit

Permalink
upd to metadata-extractor-2.11.0.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Jan 27, 2018
1 parent 8b572b7 commit 5aa4fb1
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 @@ -30,7 +30,7 @@
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.8.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.3.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<pathelement location="${lib}/lucene-queryparser-6.6.2.jar" />
<pathelement location="${lib}/lucene-spatial-extras-6.6.2.jar" />
<pathelement location="${lib}/lucene-suggest-6.6.2.jar" />
<pathelement location="${lib}/metadata-extractor-2.10.1.jar" />
<pathelement location="${lib}/metadata-extractor-2.11.0.jar" />
<pathelement location="${lib}/metrics-core-3.2.2.jar" />
<pathelement location="${lib}/noggit-0.6.jar" />
<pathelement location="${lib}/org.restlet.jar" />
Expand Down
File renamed without changes.
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 5aa4fb1

Please sign in to comment.