Commit 8980c5db authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch '10io-update-maven-docs-ci-config-file-for-mvn' into 'master'

Update the default ci file for mvn in the Maven documentation

See merge request gitlab-org/gitlab!38274
parents 43018389 782aa626
......@@ -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