Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Release 4.0.0-BETA1 - ???

* Removed the dotnet module (TIKA-4332).

* Removed the advanced media module (TIKA-4500).

* Remove the tika-dl module (TIKA-4499).

OTHER CHANGES
Expand Down
1 change: 0 additions & 1 deletion assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<exclude>**/.*/**</exclude>
<exclude>**/opennlp/ner-*.bin</exclude>
<exclude>**/opennlp/en-*.bin</exclude>
<exclude>**/recognition/*.bin</exclude>
<exclude>**/*.releaseBackup</exclude>
</excludes>
</fileSet>
Expand Down
13 changes: 0 additions & 13 deletions tika-parsers/tika-parsers-ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>sandbox</id>
<modules>
<!-- needs to come after tika-parser-nlp-module because tika-parser-nlp-module
downloads model files -->
<module>tika-age-recogniser</module>
<module>tika-parser-advancedmedia-module</module>
<module>tika-parser-advancedmedia-package</module>
</modules>
</profile>
</profiles>

<scm>
<tag>3.0.0-rc1</tag>
</scm>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading