[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-29 22:21:47 +00:00
parent 1eebefe6c7
commit abee59285f
2 changed files with 10 additions and 6 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-developer-activity-plugin</id>
<name>Maven Developer Activity Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</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>
<url>http://maven.apache.org/maven-1.x/reference/plugins/developer-activity/</url>
@ -55,6 +54,11 @@
<name>1.5.2</name>
<tag>maven-developer-activity-plugin-1.5.2</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_DEVELOPER_ACTIVITY_1_6</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -23,10 +23,10 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="In SVN">
<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 -> v1.1</li>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
</ul>
</action>
</release>