[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-29 22:10:45 +00:00
parent 8cfbd8a520
commit 9a100a1d87
2 changed files with 13 additions and 7 deletions

View File

@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-file-activity-plugin</id>
<name>Maven File Activity Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by file.</description>
<shortDescription>File activity Report</shortDescription>
@ -56,6 +55,11 @@
<name>1.5.2</name>
<tag>maven-file-activity-plugin-1.5.2</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_FILE_ACTIVITY_1_6</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -23,11 +23,13 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPFILEACTIVITY-2">File activity plugin creates wrong links for Subversion repositories. Use <code>maven.changelog.svn.baseurl</code> property.</action>
<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 :
<release version="1.6" date="2006-01-29">
<action dev="ltheussl" type="fix" issue="MPFILEACTIVITY-2">File activity plugin creates wrong links for Subversion repositories. Use
<code>maven.changelog.svn.baseurl</code>property.
</action>
<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 -> v1.1</li>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
</ul>
</action>
</release>