Skip to content

Commit cdef39e

Browse files
adejanovskimichaelsembwever
authored andcommitted
Downgrade the enforced Maven version to 3.3.8 to allow the Docker build to work again.
1 parent 6ed2363 commit cdef39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@
315315
<version.jdk>1.8</version.jdk>
316316
<!-- travis of July 2018 was still using _151 -->
317317
<build.jdk.minimum>1.8.0-151</build.jdk.minimum>
318-
<!-- travis of July 2018 was still using maven-3.5.2 -->
319-
<maven.version.minimum>3.5.2</maven.version.minimum>
318+
<!-- travis of July 2018 was still using maven-3.5.2 but our Docker image for building packages ships with 3.3.8 -->
319+
<maven.version.minimum>3.3.8</maven.version.minimum>
320320
<surefireArgLine></surefireArgLine>
321321

322322
<!--

0 commit comments

Comments
 (0)