Author: sebb
Date: Wed Nov 25 15:44:18 2015
New Revision: 1716443
URL: http://svn.apache.org/viewvc?rev=1716443&view=rev
Log:
Prepare for release
Modified:
commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt
commons/proper/commons-build-plugin/trunk/src/changes/changes.xml
Modified: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt?rev=1716443&r1=1716442&r2=1716443&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt Wed Nov 25
15:44:18 2015
@@ -6,11 +6,19 @@ $Id$
INTRODUCTION:
-Commons Build Plugin is a Maven 2.x Ant Plugin which is used by Apache Commons
builds.
+Commons Build Plugin is a Maven Ant Plugin which can be used by Apache Commons
components.
See:
http://commons.apache.org/commons-build-plugin/
+VERSION 1.5 - 2015-11-28
+------------------------
+
+Changes since the last release
+1. Added CONTRIBUTING.md/README.md - New Goals to build Markdown formatted
intro files for GitHub.
+2. Download Page - Better describes KEYS file (and uses https links)
+3. Use Apache Commons rather than just Commons
+
VERSION 1.4 - 2012-03-06
------------------------
Modified: commons/proper/commons-build-plugin/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/changes/changes.xml?rev=1716443&r1=1716442&r2=1716443&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Wed Nov
25 15:44:18 2015
@@ -26,7 +26,7 @@
<body>
- <release version="1.5" date="TBD" description="TBD">
+ <release version="1.5" date="2015-11-28" description="Feature and fix
release">
<action dev="ecki" type="update" issue="COMMONSSITE-81">
commons-build-plugin README/CONTRIBUTING.md handle multi-modules
</action>