Skip to content
Snippets Groups Projects
Commit 782aa626 authored by David Fernandez's avatar David Fernandez :red_circle: Committed by Suzanne Selhorn
Browse files

Update the default ci file for mvn in the Maven documentation

parent a4c7d5b3
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment