[maven-scm-plugin] prepare release 1.6.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@530175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-18 21:58:26 +00:00
parent 2b65f3c529
commit 595c16b72b
2 changed files with 40 additions and 35 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-developer-activity-plugin</id>
<name>Maven Developer Activity Plugin</name>
<currentVersion>1.6.1-SNAPSHOT</currentVersion>
<currentVersion>1.6.1</currentVersion>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description>
<shortDescription>Developer Activity report</shortDescription>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl>
@ -53,6 +53,11 @@
<name>1.6</name>
<tag>MAVEN_DEVELOPER_ACTIVITY_1_6</tag>
</version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>maven-developer-activity-plugin-1.6.1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -18,38 +18,38 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPDEVACTIVITY-7" due-to="Dennis Lundberg">Only show the timeframe when maven.changelog.type=range.</action>
</release>
<release version="1.6" date="2006-01-29">
<document>
<properties>
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6.1" date="2007-04-18">
<action dev="ltheussl" type="fix" issue="MPDEVACTIVITY-7" due-to="Dennis Lundberg">Only show the timeframe when maven.changelog.type=range.</action>
</release>
<release version="1.6" date="2006-01-29">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
</ul>
</action>
</release>
<release version="1.5.2" date="2005-07-30">
<action dev="brett" type="fix" issue="MPDEVACTIVITY-3">Allow single quotes in a developer's name</action>
<action dev="brett" type="fix" issue="MPDEVACTIVITY-4">Make template compatible with changelog 1.8 plugin</action>
</release>
<release version="1.5.1" date="2004-10-23">
<action dev="dion" type="fix" issue="MPDEVACTIVITY-1">Use maven.changelog.range instead of maven.activity.range.</action>
<action dev="dion" type="update">Bump jelly xml tag dependency.</action>
</release>
<release version="1.5" date="2004-05-15"/>
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="add">Add link with team list.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
<action dev="evenisse" type="fix" issue="MAVEN-493">Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
</release>
</body>
<ul>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
</ul>
</action>
</release>
<release version="1.5.2" date="2005-07-30">
<action dev="brett" type="fix" issue="MPDEVACTIVITY-3">Allow single quotes in a developer's name</action>
<action dev="brett" type="fix" issue="MPDEVACTIVITY-4">Make template compatible with changelog 1.8 plugin</action>
</release>
<release version="1.5.1" date="2004-10-23">
<action dev="dion" type="fix" issue="MPDEVACTIVITY-1">Use maven.changelog.range instead of maven.activity.range.</action>
<action dev="dion" type="update">Bump jelly xml tag dependency.</action>
</release>
<release version="1.5" date="2004-05-15"/>
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="add">Add link with team list.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
<action dev="evenisse" type="fix" issue="MAVEN-493">Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
</release>
</body>
</document>