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: ...@@ -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