Skip to content

Commit 0ab10be

Browse files
committed
Improve javadoc for parameter "pushChanges"
1 parent f06aaa2 commit 0ab10be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

maven-release-plugin/src/main/java/org/apache/maven/plugins/release/AbstractScmReadWriteReleaseMojo.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ public abstract class AbstractScmReadWriteReleaseMojo extends AbstractScmReadRel
7070
private String scmCommentPrefix;
7171

7272
/**
73-
* Implemented with git will or not push changes to the upstream repository.
74-
* <code>true</code> by default to preserve backward compatibility.
73+
* Whether to push changes to the upstream repository or not.
74+
* Only applicable to distributed version control like Git.
75+
* Is set to <code>true</code> by default to preserve backward compatibility.
7576
* @since 2.1
7677
*/
7778
@Parameter(defaultValue = "true", property = "pushChanges")

0 commit comments

Comments
 (0)