Skip to content

Commit

Permalink
Version bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed May 3, 2011
1 parent 4c845ca commit 69f3d29
Show file tree
Hide file tree
Showing 6 changed files with 6 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.0.0</version>
<version>0.1.0</version>
<packaging>maven-plugin</packaging>

<name>Mavanagaiata</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @author Sebastian Staudt
* @see Repository
* @since 0.1.0
*/
public abstract class AbstractGitMojo extends AbstractMojo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @goal actors
* @phase initialize
* @requiresProject
* @since 0.1.0
*/
public class GitActorsMojo extends AbstractGitMojo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @goal branch
* @phase initialize
* @requiresProject
* @since 0.1.0
*/
public class GitBranchMojo extends AbstractGitMojo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @goal commit
* @phase initialize
* @requiresProject
* @since 0.1.0
*/
public class GitCommitMojo extends AbstractGitMojo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @goal tag
* @phase initialize
* @requiresProject
* @since 0.1.0
*/
public class GitTagMojo extends AbstractGitMojo {

Expand Down

0 comments on commit 69f3d29

Please sign in to comment.