[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-06-03 19:40:07 +00:00
parent a3bcdd3b72
commit 02f5742dde
2 changed files with 9 additions and 8 deletions

View File

@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</currentVersion>
<description>Maven Plugin management plugin.</description>
<shortDescription>Maven Plugin plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/plugin/</url>
@ -65,6 +64,11 @@
<name>1.5.2</name>
<tag>MAVEN_PLUGIN_1_5_2</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_PLUGIN_1_6</tag>
</version>
</versions>
<developers>
<developer>
@ -150,4 +154,3 @@
</dependency>
</dependencies>
</project>

View File

@ -17,17 +17,15 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="add">
Added new <code>assert:assertFileContains</code> tag that verifies if a
file contains a specific string.
<release version="1.6" date="2005-06-03">
<action dev="vmassol" type="add">Added new
<code>assert:assertFileContains</code>tag that verifies if a file contains a specific string.
</action>
<action dev="dion" type="add">Add plugin:generate-tags goal</action>
<action dev="dion" type="add">Mention in docs for the plugin:repository-deploy that it uses the artifact plugin</action>