Skip to content

Commit

Permalink
Make 1.10.7 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Mar 28, 2020
1 parent f857541 commit e05ad3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## ant

[![Build Status](https://travis-ci.org/Oefenweb/ansible-ant.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-ant) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-ant-blue.svg)](https://galaxy.ansible.com/Oefenweb/ant)
[![Build Status](https://travis-ci.org/Oefenweb/ansible-ant.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-ant)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-ant-blue.svg)](https://galaxy.ansible.com/Oefenweb/ant)

Set up [Apache Ant](https://ant.apache.org/).

Expand All @@ -10,7 +11,7 @@ None

#### Variables

* `ant_version` [default: `1.10.5`]: Version to install
* `ant_version` [default: `1.10.7`]: Version to install
* `ant_install_prefix` [default: `/opt`]: Install prefix

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# defaults file for ant
---
ant_version: 1.10.5
ant_version: 1.10.7
ant_install_prefix: /opt

0 comments on commit e05ad3a

Please sign in to comment.