Alexey Pismenskiy created TIKA-3983:
---------------------------------------
Summary: Snapshot versions mismatch
Key: TIKA-3983
URL: https://issues.apache.org/jira/browse/TIKA-3983
Project: Tika
Issue Type: Bug
Components: build
Affects Versions: 2.7.1
Reporter: Alexey Pismenskiy
[https://repository.apache.org/content/repositories/snapshots/org/apache/tika/tika-parsers-standard-package/2.7.1-SNAPSHOT/]
has a maven-metadata.xml that points to the snapshot version that does not
exist:
<snapshot>
<timestamp>20230227.092344</timestamp>
<buildNumber>43</buildNumber>
</snapshot>
That's the reason why local build, that uses a snapshot (2.7.1-SNAPSHOT) fails:
==== Apache snapshots: tried
[warn]
https://repository.apache.org/content/repositories/snapshots/org/apache/tika/tika-parsers-standard-package/2.7.1-SNAPSHOT/tika-parsers-standard-package-2.7.1-20230227.092344-43.pom
[warn]
https://repository.apache.org/content/repositories/snapshots/org/apache/tika/tika-parsers-standard-package/2.7.1-SNAPSHOT/tika-parsers-standard-package-2.7.1-SNAPSHOT.pom
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.apache.tika#tika-parsers-standard-package;2.7.1-SNAPSHOT: not
found
--
This message was sent by Atlassian Jira
(v8.20.10#820010)