You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/30 17:25:08 UTC

commons-release-plugin git commit: Update documentation of the expected URL format.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master ab1397a50 -> 3a28d286a


Update documentation of the expected URL format.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/3a28d286
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/3a28d286
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/3a28d286

Branch: refs/heads/master
Commit: 3a28d286a709028aaa2232f3664ee189edce3ca9
Parents: ab1397a
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed May 30 11:25:06 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed May 30 11:25:06 2018 -0600

----------------------------------------------------------------------
 .../release/plugin/mojos/CommonsDistributionStagingMojo.java  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/3a28d286/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
index 34dc60a..49af069 100755
--- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -105,10 +105,9 @@ public class CommonsDistributionStagingMojo extends AbstractMojo {
     private Boolean dryRun;
 
     /**
-     * The url of the subversion repository to which we wish the artifacts to be staged. Typicallly
-     * this would need to be of the form:
-     * <code>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</code>. Note. that the prefix to the
-     * substring <code>https</code> is a requirement.
+     * The url of the subversion repository to which we wish the artifacts to be staged. Typicallly this would need to
+     * be of the form: <code>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo/version-RC#</code>. Note. that
+     * the prefix to the substring <code>https</code> is a requirement.
      */
     @Parameter(defaultValue = "", property = "commons.distSvnStagingUrl")
     private String distSvnStagingUrl;