[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:
parent
2b65f3c529
commit
595c16b72b
@ -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>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-developer-activity-plugin</id>
|
<id>maven-developer-activity-plugin</id>
|
||||||
<name>Maven Developer Activity Plugin</name>
|
<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>
|
<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>
|
<shortDescription>Developer Activity report</shortDescription>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl>
|
||||||
@ -53,6 +53,11 @@
|
|||||||
<name>1.6</name>
|
<name>1.6</name>
|
||||||
<tag>MAVEN_DEVELOPER_ACTIVITY_1_6</tag>
|
<tag>MAVEN_DEVELOPER_ACTIVITY_1_6</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6.1</id>
|
||||||
|
<name>1.6.1</name>
|
||||||
|
<tag>maven-developer-activity-plugin-1.6.1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -18,38 +18,38 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6.1-SNAPSHOT" date="In SVN">
|
<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>
|
<action dev="ltheussl" type="fix" issue="MPDEVACTIVITY-7" due-to="Dennis Lundberg">Only show the timeframe when maven.changelog.type=range.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.6" date="2006-01-29">
|
<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 :
|
<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>
|
<ul>
|
||||||
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5.2" date="2005-07-30">
|
<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-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>
|
<action dev="brett" type="fix" issue="MPDEVACTIVITY-4">Make template compatible with changelog 1.8 plugin</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5.1" date="2004-10-23">
|
<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="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>
|
<action dev="dion" type="update">Bump jelly xml tag dependency.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5" date="2004-05-15"/>
|
<release version="1.5" date="2004-05-15"/>
|
||||||
<release version="1.4" date="2004-03-07">
|
<release version="1.4" date="2004-03-07">
|
||||||
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
|
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.3" date="2003-09-29">
|
<release version="1.3" date="2003-09-29">
|
||||||
<action dev="evenisse" type="add">Add link with team list.</action>
|
<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">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>
|
<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>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user