[maven-scm-plugin] prepare release 1.6.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-06-05 02:00:09 +00:00
parent 6bc8e6e5be
commit 9b237f54f3
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -16,12 +17,13 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project> <project>
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-site-plugin</id> <id>maven-site-plugin</id>
<name>Maven Site Plugin</name> <name>Maven Site Plugin</name>
<currentVersion>1.6.1-SNAPSHOT</currentVersion> <currentVersion>1.6.1</currentVersion>
<description>Generate web site.</description> <description>Generate web site.</description>
<shortDescription>Generate web site</shortDescription> <shortDescription>Generate web site</shortDescription>
<url>http://maven.apache.org/reference/plugins/site/</url> <url>http://maven.apache.org/reference/plugins/site/</url>
@ -132,5 +134,10 @@
<name>1.6</name> <name>1.6</name>
<tag>site-1.6</tag> <tag>site-1.6</tag>
</version> </version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>maven-site-plugin-1.6.1</tag>
</version>
</versions> </versions>
</project> </project>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -16,13 +17,14 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.6.1-SNAPSHOT" date="in SVN"> <release version="1.6.1" date="2005-06-05">
<action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy does nothing</action> <action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy does nothing</action>
<action dev="brett" type="fix">In SSH mode do not continue with other commands if any prior commands have failed</action> <action dev="brett" type="fix">In SSH mode do not continue with other commands if any prior commands have failed</action>
<action dev="brett" type="fix" issue="MPSITE-23" due-to="Oscar Picasso">Corrected rsync behaviour in some environments</action> <action dev="brett" type="fix" issue="MPSITE-23" due-to="Oscar Picasso">Corrected rsync behaviour in some environments</action>