Author: brett
Date: Sat Jun 4 19:00:09 2005
New Revision: 180047
URL: http://svn.apache.org/viewcvs?rev=180047&view=rev
Log:
[maven-scm-plugin] prepare release 1.6.1
Modified:
maven/maven-1/plugins/trunk/site/project.xml
maven/maven-1/plugins/trunk/site/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/site/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/project.xml?rev=180047&r1=180046&r2=180047&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/project.xml (original)
+++ maven/maven-1/plugins/trunk/site/project.xml Sat Jun 4 19:00:09 2005
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,12 +17,13 @@
* limitations under the License.
*/
-->
+
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-site-plugin</id>
<name>Maven Site Plugin</name>
- <currentVersion>1.6.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.6.1</currentVersion>
<description>Generate web site.</description>
<shortDescription>Generate web site</shortDescription>
<url>http://maven.apache.org/reference/plugins/site/</url>
@@ -131,6 +133,11 @@
<id>1.6</id>
<name>1.6</name>
<tag>site-1.6</tag>
+ </version>
+ <version>
+ <id>1.6.1</id>
+ <name>1.6.1</name>
+ <tag>maven-site-plugin-1.6.1</tag>
</version>
</versions>
</project>
Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/xdocs/changes.xml?rev=180047&r1=180046&r2=180047&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Sat Jun 4 19:00:09 2005
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +17,14 @@
* limitations under the License.
*/
-->
+
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<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="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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]