Skip to content

Commit

Permalink
GH-43314: [CI][Java] Delete arrow-maven-plugins from release script (#…
Browse files Browse the repository at this point in the history
…43313)

We missed this when merging Java 8 deprecation.

Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Dane Pitkin <[email protected]>
  • Loading branch information
danepitkin authored Jul 17, 2024
1 parent cf9f3db commit b382156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/release/utils-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ update_versions() {
# versions-maven-plugin:set-scm-tag does not update the whole reactor. Invoking separately
mvn versions:set-scm-tag -DnewTag=apache-arrow-${version} -DgenerateBackupPoms=false -pl :arrow-java-root
mvn versions:set-scm-tag -DnewTag=apache-arrow-${version} -DgenerateBackupPoms=false -pl :arrow-bom
mvn versions:set-scm-tag -DnewTag=apache-arrow-${version} -DgenerateBackupPoms=false -pl :arrow-maven-plugins
fi
git add "pom.xml"
git add "**/pom.xml"
Expand Down

0 comments on commit b382156

Please sign in to comment.