Skip to content

Commit

Permalink
ARROW-15746: [Release][Java] Add missing artifacts to tasks.yml
Browse files Browse the repository at this point in the history
This adds the new arrow-flight parent POM and so on to the list of artifacts to deploy in tasks.yml

Closes apache#12481 from BryanCutler/java-add-arrow-flight-pom-ARROW-15746

Authored-by: Bryan Cutler <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
BryanCutler authored and kou committed Feb 22, 2022
1 parent 50ed858 commit bee67c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ tasks:
- arrow-dataset-{no_rc_version}-tests.jar
- arrow-dataset-{no_rc_version}.jar
- arrow-dataset-{no_rc_version}.pom
- arrow-flight-{no_rc_version}.pom
- arrow-format-{no_rc_version}-javadoc.jar
- arrow-format-{no_rc_version}-sources.jar
- arrow-format-{no_rc_version}-tests.jar
Expand Down Expand Up @@ -856,6 +857,17 @@ tasks:
- flight-grpc-{no_rc_version}-tests.jar
- flight-grpc-{no_rc_version}.jar
- flight-grpc-{no_rc_version}.pom
- flight-integration-tests-{no_rc_version}-jar-with-dependencies.jar
- flight-integration-tests-{no_rc_version}-javadoc.jar
- flight-integration-tests-{no_rc_version}-sources.jar
- flight-integration-tests-{no_rc_version}-tests.jar
- flight-integration-tests-{no_rc_version}.jar
- flight-integration-tests-{no_rc_version}.pom
- flight-sql-{no_rc_version}-javadoc.jar
- flight-sql-{no_rc_version}-sources.jar
- flight-sql-{no_rc_version}-tests.jar
- flight-sql-{no_rc_version}.jar
- flight-sql-{no_rc_version}.pom

############################## NuGet packages ###############################

Expand Down

0 comments on commit bee67c5

Please sign in to comment.