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: ...@@ -783,7 +783,7 @@ is updated:
```yaml ```yaml
deploy: deploy:
image: maven:3.3.9-jdk-8 image: maven:3.6-jdk-11
script: script:
- 'mvn deploy -s ci_settings.xml' - 'mvn deploy -s ci_settings.xml'
only: only:
...@@ -808,7 +808,7 @@ is updated: ...@@ -808,7 +808,7 @@ is updated:
```yaml ```yaml
deploy: deploy:
image: gradle:latest image: gradle:6.5-jdk11
script: script:
- 'gradle publish' - 'gradle publish'
only: 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