Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmullender committed Aug 14, 2016
1 parent 4950f9d commit 7999d9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 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.2.0</version>
<version>1.3.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.2.0</version>
<version>1.3.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.2.0</version>
<version>1.3.0</version>
<executions>
<execution>
<id>ansible-pull</id>
Expand Down Expand Up @@ -252,3 +252,8 @@ To use a parameter on the command line, prefix it with __ansible.__
Release date: 31-03-2015

* [Issue#8](https://github.com/tmullender/ansible-maven-plugin/issues/8) Display output depending on a settings

### 1.3.0 Update release
Release date: 14-08-16

* [Issue#10](https://github.com/tmullender/ansible-maven-plugin/pull/10) Adding syntaxCheck option for ansible-playbook
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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>maven-plugin</packaging>

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

0 comments on commit 7999d9d

Please sign in to comment.