Skip to content

Commit

Permalink
Fixed #37
Browse files Browse the repository at this point in the history
 o Enhanced documentation for aggegator modules.
  • Loading branch information
khmarbaise committed Jun 15, 2017
1 parent 8391dbd commit 0c8916f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main/java/org/codehaus/mojo/versions/SetMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ public class SetMojo

/**
* The groupId of the dependency/module to update.
* If you like to update modules of a aggregator you
* should set <code>-DgroupId='*'</code> to ignore the
* group of the current project.
*
* @since 1.2
*/
Expand All @@ -88,6 +91,9 @@ public class SetMojo

/**
* The artifactId of the dependency/module to update.
* If you like to update modules of a aggregator you
* should set <code>-DartifactId='*'</code> to ignore the
* artifactId of the current project.
*
* @since 1.2
*/
Expand All @@ -96,7 +102,9 @@ public class SetMojo

/**
* The version of the dependency/module to update.
*
* If you are changing an aggregator you should give
* <code>-DoldVersion='*'</code> to suppress the check against the
* version of the current project.
* @since 1.2
*/
@Parameter( property = "oldVersion", defaultValue = "${project.version}" )
Expand Down

0 comments on commit 0c8916f

Please sign in to comment.