[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-29 22:29:57 +00:00
parent abee59285f
commit 61d6d5f42c
2 changed files with 13 additions and 11 deletions

View File

@ -17,14 +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-simian-plugin</id>
<name>Maven Simian Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</currentVersion>
<description>Simian Plugin for Maven</description>
<shortDescription>Simian Plugin for Maven</shortDescription>
<url>http://maven.apache.org/maven-1.x/reference/plugins/simian/</url>
@ -52,6 +50,11 @@
<name>1.5</name>
<tag>MAVEN_SIMIAN_1_5</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_SIMIAN_1_6</tag>
</version>
</versions>
<developers>
<developer>
@ -93,7 +96,7 @@
</developers>
<contributors>
<contributor>
<name>Maurice Montgénie</name>
<name>Maurice Montgénie</name>
<email>maurice@maguyane.net</email>
</contributor>
<contributor>

View File

@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -25,13 +24,13 @@
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="SVN">
<release version="1.6" date="2006-01-29">
<action dev="ltheussl" type="fix" issue="MPSIMIAN-11" due-to="Thomas Recloux">Includes/excludes pattern does not support multiple patterns.</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 :
<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>ant v1.5.3-1 -> v1.6.5</li>
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
<li>commons-logging v1.0.3 -> v1.0.4</li>
<li>ant v1.5.3-1 -&gt; v1.6.5</li>
<li>commons-jelly v1.0-beta-4 -&gt; v1.0</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li>
</ul>
</action>
<action dev="epugh" type="fix" issue="MPSIMIAN-15">Tag library warning when using simian 1.5</action>