Skip to content

Commit

Permalink
Version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed May 8, 2011
1 parent 759ed91 commit 08be20f
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0</version>
<version>0.2.1</version>
<packaging>maven-plugin</packaging>

<name>Mavanagaiata</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class GitCommitMojo extends AbstractGitMojo {
* The date format to use for tag output
*
* @parameter expression="${mavanagaiata.commit.dateFormat}"
* @since 0.2.1
*/
protected String dateFormat = "MM/dd/yyyy hh:mm a Z";

Expand Down

0 comments on commit 08be20f

Please sign in to comment.