Skip to content

Commit

Permalink
apacheGH-39992: [CI][Docs][Java] ubuntu-docs uses Maven version in .e…
Browse files Browse the repository at this point in the history
…nv (apache#39993)

### Rationale for this change

apacheGH-39696 updated Maven version but `ubuntu-docs` haven't used it yet.

### What changes are included in this PR?

Use `MAVEN` in `.env` in `ubuntu-docs`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#39992

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored and dgreiss committed Feb 17, 2024
1 parent bebf54a commit c33cb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/linux-apt-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN apt-get update -y && \

ENV JAVA_HOME=/usr/lib/jvm/java-${jdk}-openjdk-amd64

ARG maven=3.5.4
ARG maven=3.6.3
COPY ci/scripts/util_download_apache.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/util_download_apache.sh \
"maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz" /opt
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,7 @@ services:
args:
r: ${R}
jdk: ${JDK}
maven: ${MAVEN}
node: ${NODE}
base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
environment:
Expand Down

0 comments on commit c33cb3f

Please sign in to comment.