Skip to content

Commit

Permalink
Revert "MINOR: [Java] Bump org.apache.maven.plugins:maven-shade-plugi…
Browse files Browse the repository at this point in the history
…n from 3.2.4 to 3.5.2 in /java (apache#40462)"

This reverts commit 8ee9679.
  • Loading branch information
raulcd committed Apr 4, 2024
1 parent 640c101 commit de74405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/flight/flight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
issues in the arrow-tools tests looking up FlatBuffer
dependencies.
-->
<version>3.5.2</version>
<version>3.2.4</version>
<executions>
<execution>
<id>shade-main</id>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
issues in the arrow-tools tests looking up FlatBuffer
dependencies.
-->
<version>3.5.2</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit de74405

Please sign in to comment.