[
https://issues.apache.org/jira/browse/TIKA-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940631#comment-13940631
]
Ryan Quam commented on TIKA-1261:
---------------------------------
I was referring to the 1.5 maintenance branch. Initially, the 1.5 version of
tika-parsers was using:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.5</version>
</dependency>
but was changed to
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.5.1-SNAPSHOT</version>
</dependency>
when the branch artifact version was updated to 1.5.1-SNAPSHOT. Guessing it
was an inadvertent search and replace.
> Commons Compress version should be 1.5
> --------------------------------------
>
> Key: TIKA-1261
> URL: https://issues.apache.org/jira/browse/TIKA-1261
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.5
> Reporter: Ryan Quam
> Priority: Minor
>
> I was building from the 1.5 maintenance branch and noticed that revision
> 1574922 changed the version of commons-compress to 1.5.1-SNAPSHOT. I think
> the version of that artifact should be reverted back to 1.5 in
> tika-parsers/pom.xml.
--
This message was sent by Atlassian JIRA
(v6.2#6252)