This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch ci-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 56a41d98b810d5b931b494f56cbb48f2fb205c47
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Dec 6 09:57:38 2021 -0500

    Bump to maven 3.8.x in docker image CTR
---
 docker/build/Dockerfile.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/build/Dockerfile.template b/docker/build/Dockerfile.template
index 17084c9..a897a05 100644
--- a/docker/build/Dockerfile.template
+++ b/docker/build/Dockerfile.template
@@ -23,4 +23,4 @@ COPY . /usr/src/tinkerpop
 RUN chmod 744 ./.travis.install-maven.sh
 ENV M2_HOME /root/mvn-home
 ENV PATH ${M2_HOME}/bin:${PATH}
-RUN ./.travis.install-maven.sh 3.3.9 ${M2_HOME}
+RUN ./.travis.install-maven.sh 3.8.4 ${M2_HOME}

Reply via email to