Skip to content

Commit

Permalink
Release Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmullender committed Mar 31, 2015
1 parent e4a745c commit f2f3175
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To execute the ansible __ping__ module with the host as __localhost__
<plugin>
<groupId>co.escapeideas.maven</groupId>
<artifactId>ansible-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.2.0</version>
<executions>
<execution>
<id>ansible</id>
Expand Down Expand Up @@ -68,7 +68,7 @@ To run the playbook __playbook.yml__
<plugin>
<groupId>co.escapeideas.maven</groupId>
<artifactId>ansible-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.2.0</version>
<executions>
<execution>
<id>ansible-playbook</id>
Expand Down Expand Up @@ -100,7 +100,7 @@ To pull the repo __git://example.com/repo__
<plugin>
<groupId>co.escapeideas.maven</groupId>
<artifactId>ansible-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<executions>
<execution>
<id>ansible-pull</id>
Expand Down Expand Up @@ -245,4 +245,9 @@ To use a parameter on the command line, prefix it with __ansible.__
Release date: 04-01-2015

* [Issue#5](https://github.com/tmullender/ansible-maven-plugin/issues/5) Specify multiple extraVars
* [Issue#6](https://github.com/tmullender/ansible-maven-plugin/issues/6) Configure buffer size
* [Issue#6](https://github.com/tmullender/ansible-maven-plugin/issues/6) Configure buffer size

### 1.2.0 Update release
Release date: 31-03-2015

* [Issue#8](https://github.com/tmullender/ansible-maven-plugin/issues/8) Display output depending on a settings
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>co.escapeideas.maven</groupId>
<artifactId>ansible-maven-plugin</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>maven-plugin</packaging>

<name>ansible-maven-plugin Maven Plugin</name>
Expand Down

0 comments on commit f2f3175

Please sign in to comment.