[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:
parent
8cfbd8a520
commit
9a100a1d87
@ -17,13 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
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>
|
<extend>../plugin-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-file-activity-plugin</id>
|
<id>maven-file-activity-plugin</id>
|
||||||
<name>Maven File Activity Plugin</name>
|
<name>Maven File Activity Plugin</name>
|
||||||
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
<currentVersion>1.6</currentVersion>
|
||||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||||
<description>This document provides a report of activity in terms of CVS commits and breaks it out by file.</description>
|
<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>
|
<shortDescription>File activity Report</shortDescription>
|
||||||
@ -56,6 +55,11 @@
|
|||||||
<name>1.5.2</name>
|
<name>1.5.2</name>
|
||||||
<tag>maven-file-activity-plugin-1.5.2</tag>
|
<tag>maven-file-activity-plugin-1.5.2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6</id>
|
||||||
|
<name>1.6</name>
|
||||||
|
<tag>MAVEN_FILE_ACTIVITY_1_6</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -23,11 +23,13 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6-SNAPSHOT" date="In SVN">
|
<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="ltheussl" type="fix" issue="MPFILEACTIVITY-2">File activity plugin creates wrong links for Subversion repositories. Use
|
||||||
<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 :
|
<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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user