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/06/15 14:25:18 UTC

commons-release-plugin git commit: Fix nested list in Javadoc.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master ab72bbdc1 -> e6b5cbcf5


Fix nested list in Javadoc.

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/e6b5cbcf
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/e6b5cbcf
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/e6b5cbcf

Branch: refs/heads/master
Commit: e6b5cbcf5ada01faa469abb78e2fcd465ca26725
Parents: ab72bbd
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Jun 15 08:25:15 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Jun 15 08:25:15 2018 -0600

----------------------------------------------------------------------
 .../mojos/CommonsDistributionStagingMojo.java      | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/e6b5cbcf/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 09d4def..7829073 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
@@ -271,20 +271,23 @@ public class CommonsDistributionStagingMojo extends AbstractMojo {
      * Copies the list of files at the root of the {@link CommonsDistributionStagingMojo#workingDirectory} into
      * the directory structure of the distribution staging repository. Specifically:
      * <ul>
-     *     <li>root:</li>
+     *   <li>root:
      *     <ul>
      *         <li>site</li>
      *         <li>site.zip</li>
      *         <li>RELEASE-NOTES.txt</li>
-     *         <li>source:</li>
-     *         <ul>
+     *         <li>source:
+     *           <ul>
      *             <li>-src artifacts....</li>
-     *         </ul>
-     *         <li>binaries:</li>
-     *         <ul>
+     *           </ul>
+     *         </li>
+     *         <li>binaries:
+     *           <ul>
      *             <li>-bin artifacts....</li>
-     *         </ul>
+     *           </ul>
+     *         </li>
      *     </ul>
+     *   </li>
      * </ul>
      *
      * @param copiedReleaseNotes is the RELEASE-NOTES.txt file that exists in the