Skip to content

Commit

Permalink
Version bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Nov 28, 2012
1 parent 749c4ff commit 5bfbff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.github.koraktor</groupId>
<artifactId>mavanagaiata</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>maven-plugin</packaging>

<name>Mavanagaiata</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public class GitChangelogMojo extends AbstractGitOutputMojo {
* The file to write the changelog to
*
* @parameter property="mavanagaiata.changelog.outputFile"
* @since 0.4.1
*/
protected File outputFile;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public class GitContributorsMojo extends AbstractGitOutputMojo {
* The file to write the contributors list to
*
* @parameter property="mavanagaiata.contributors.outputFile"
* @since 0.4.1
*/
protected File outputFile;

Expand Down

0 comments on commit 5bfbff9

Please sign in to comment.