Skip to content

Commit f08ddb5

Browse files
committed
TIKA-4327: put plugin version in parent
1 parent 2656743 commit f08ddb5

9 files changed

Lines changed: 5 additions & 8 deletions

File tree

tika-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,11 @@
11781178
<build>
11791179
<pluginManagement>
11801180
<plugins>
1181+
<plugin>
1182+
<groupId>org.apache.maven.plugins</groupId>
1183+
<artifactId>maven-dependency-plugin</artifactId>
1184+
<version>3.9.0</version>
1185+
</plugin>
11811186
<plugin>
11821187
<groupId>org.apache.maven.plugins</groupId>
11831188
<artifactId>maven-deploy-plugin</artifactId>

tika-pipes/tika-pipes-plugins/tika-pipes-csv/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
6262
<artifactId>maven-dependency-plugin</artifactId>
63-
<version>3.6.1</version>
6463
<executions>
6564
<execution>
6665
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-file-system/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-dependency-plugin</artifactId>
87-
<version>3.6.1</version>
8887
<executions>
8988
<execution>
9089
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-http/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-dependency-plugin</artifactId>
89-
<version>3.6.1</version>
9089
<executions>
9190
<execution>
9291
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-json/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-dependency-plugin</artifactId>
65-
<version>3.6.1</version>
6665
<executions>
6766
<execution>
6867
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-kafka/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.maven.plugins</groupId>
7676
<artifactId>maven-dependency-plugin</artifactId>
77-
<version>3.6.1</version>
7877
<executions>
7978
<execution>
8079
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-dependency-plugin</artifactId>
153-
<version>3.6.1</version>
154153
<executions>
155154
<execution>
156155
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-opensearch/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-dependency-plugin</artifactId>
74-
<version>3.6.1</version>
7574
<executions>
7675
<execution>
7776
<id>copy-dependencies</id>

tika-pipes/tika-pipes-plugins/tika-pipes-s3/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-dependency-plugin</artifactId>
81-
<version>3.6.1</version>
8281
<executions>
8382
<execution>
8483
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)