Skip to content

Commit

Permalink
Bump Maven 3.6.3 to 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed May 10, 2024
1 parent ce9d771 commit 3a70bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
docker exec -t containertest javac -version
- name: Maven
run: |
docker exec -t containertest ansible-playbook maven.yml -e ansible_become_pass=jhipster -e maven_version=3.6.3
docker exec -t containertest ansible-playbook maven.yml -e ansible_become_pass=jhipster -e maven_version=3.9.6
docker exec -t containertest mvn -version
- name: NodeJS
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ansible-playbook -v playbooks/maven.yml -K
To install a specific version of Maven :

```
ansible-playbook -v playbooks/maven.yml -K -e maven_version=3.6.3
ansible-playbook -v playbooks/maven.yml -K -e maven_version=3.9.6
```

### NodeJS
Expand Down
2 changes: 1 addition & 1 deletion playbooks/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
vars_prompt:
name: maven_version
prompt: 'Choose your Maven version'
default: '3.6.3'
default: '3.9.6'
private: no

0 comments on commit 3a70bcc

Please sign in to comment.