Commit 782aa626 authored by David Fernandez's avatar David Fernandez Committed by Suzanne Selhorn

Update the default ci file for mvn in the Maven documentation

parent a4c7d5b3
......@@ -783,7 +783,7 @@ is updated:
```yaml
deploy:
image: maven:3.3.9-jdk-8
image: maven:3.6-jdk-11
script:
- 'mvn deploy -s ci_settings.xml'
only:
......@@ -808,7 +808,7 @@ is updated:
```yaml
deploy:
image: gradle:latest
image: gradle:6.5-jdk11
script:
- 'gradle publish'
only:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment