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/14 23:56:07 UTC

commons-build-plugin git commit: Updates for: - Fix in src/main/resources/commons-xdoc-templates/readme-md-template.md for components that have a major version number in their artifact IDs. - COMMONSSITE-109] Add goal for creating all items for pre-relea

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master 8675bb58e -> 14505b344


Updates for:
- Fix in src/main/resources/commons-xdoc-templates/readme-md-template.md
for components that have a major version number in their artifact IDs.
- COMMONSSITE-109] Add goal for creating all items for pre-release.

Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/14505b34
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/14505b34
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/14505b34

Branch: refs/heads/master
Commit: 14505b344d2e43af5f08c954cc8827ce86b5ed6b
Parents: 8675bb5
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon May 14 17:56:05 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon May 14 17:56:05 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/14505b34/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f658a40..b1f9f57 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,12 @@
 
   <body>
     <release version="1.9" date="2018-MM-DD" description="Feature release">
+      <action dev="ggregory" type="fix">
+        Fix in src/main/resources/commons-xdoc-templates/readme-md-template.md for components that have a major version number in their artifact IDs.
+      </action>
+      <action dev="ggregory" type="add" issue="COMMONSSITE-109">
+        Target for creating all items for pre-release. First cut. Tested with Commons Collection git master.
+      </action>
     </release>
     <release version="1.8" date="2018-04-02" description="Feature release">
       <action dev="sebb" type="update">