Skip to content

Commit 5bf9f71

Browse files
committed
maybe fix rat?
1 parent b7f728d commit 5bf9f71

File tree

23 files changed

+9
-23
lines changed

23 files changed

+9
-23
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ least three +1 Tika PMC votes are cast.
188188
<plugin>
189189
<groupId>org.apache.rat</groupId>
190190
<artifactId>apache-rat-plugin</artifactId>
191-
<version>${rat.version}</version>
192191
<configuration>
193192
<excludes>
194193
<exclude>CHANGES.txt</exclude>

tika-app/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
<plugin>
109109
<groupId>org.apache.rat</groupId>
110110
<artifactId>apache-rat-plugin</artifactId>
111-
<version>${rat.version}</version>
112111
<configuration>
113112
<excludes>
114113
<exclude>src/test/resources/test-data/**</exclude>

tika-bundles/tika-bundle-standard/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@
399399
<plugin>
400400
<groupId>org.apache.rat</groupId>
401401
<artifactId>apache-rat-plugin</artifactId>
402-
<version>${rat.version}</version>
403402
<configuration>
404403
<excludes>
405404
<exclude>src/main/resources/META-INF/MANIFEST.MF</exclude>

tika-eval/tika-eval-app/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
<plugin>
114114
<groupId>org.apache.rat</groupId>
115115
<artifactId>apache-rat-plugin</artifactId>
116-
<version>${rat.version}</version>
117116
<configuration>
118117
<excludes>
119118
<exclude>src/main/resources/common_tokens/*</exclude>

tika-eval/tika-eval-core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
<plugin>
109109
<groupId>org.apache.rat</groupId>
110110
<artifactId>apache-rat-plugin</artifactId>
111-
<version>${rat.version}</version>
112111
<configuration>
113112
<excludes>
114113
<exclude>src/main/resources/common_tokens/*</exclude>

tika-handlers/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<plugin>
4949
<groupId>org.apache.rat</groupId>
5050
<artifactId>apache-rat-plugin</artifactId>
51-
<version>${rat.version}</version>
5251
<configuration>
5352
<excludes>
5453
<exclude>README.md</exclude>

tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<plugin>
8989
<groupId>org.apache.rat</groupId>
9090
<artifactId>apache-rat-plugin</artifactId>
91-
<version>${rat.version}</version>
9291
<configuration>
9392
<excludes>
9493
<exclude>src/test/resources/kafka/*.json</exclude>

tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
<plugin>
7575
<groupId>org.apache.rat</groupId>
7676
<artifactId>apache-rat-plugin</artifactId>
77-
<version>${rat.version}</version>
7877
<configuration>
7978
<excludes>
8079
<exclude>src/test/resources/opensearch/*.json</exclude>

tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<plugin>
8686
<groupId>org.apache.rat</groupId>
8787
<artifactId>apache-rat-plugin</artifactId>
88-
<version>${rat.version}</version>
8988
<configuration>
9089
<excludes>
9190
<exclude>src/test/resources/solr/*.json</exclude>

tika-java7/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<plugin>
6565
<groupId>org.apache.rat</groupId>
6666
<artifactId>apache-rat-plugin</artifactId>
67-
<version>${rat.version}</version>
6867
<configuration>
6968
<excludes>
7069
<exclude>src/main/resources/META-INF/services/java.nio.file.spi.FileTypeDetector</exclude>

0 commit comments

Comments
 (0)