Author: brett Date: Tue Jan 18 04:01:47 2005 New Revision: 125490 URL: http://svn.apache.org/viewcvs?view=rev&rev=125490 Log: [maven-scm-plugin] prepare release 1.6 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?view=diff&rev=125490&p1=maven/maven-1/plugins/trunk/site/project.xml&r1=125489&p2=maven/maven-1/plugins/trunk/site/project.xml&r2=125490 ============================================================================== --- maven/maven-1/plugins/trunk/site/project.xml (original) +++ maven/maven-1/plugins/trunk/site/project.xml Tue Jan 18 04:01:47 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-SNAPSHOT</currentVersion> + <currentVersion>1.6</currentVersion> <description>Generate web site.</description> <shortDescription>Generate web site</shortDescription> <url>http://maven.apache.org/reference/plugins/site/</url> @@ -98,6 +100,11 @@ <id>1.5.2</id> <name>1.5.2</name> <tag>MAVEN_SITE_1_5_2</tag> + </version> + <version> + <id>1.6</id> + <name>1.6</name> + <tag>site-1.6</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?view=diff&rev=125490&p1=maven/maven-1/plugins/trunk/site/xdocs/changes.xml&r1=125489&p2=maven/maven-1/plugins/trunk/site/xdocs/changes.xml&r2=125490 ============================================================================== --- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Tue Jan 18 04:01:47 2005 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">dIon Gillard</author> </properties> <body> - <release version="1.6-SNAPSHOT" date="in SVN"> + <release version="1.6" date="2005-01-18"> <action dev="brett" type="add">Add ability to clean the destination before deployment</action> <action dev="brett" type="add" issue="MPSITE-21">Add the rsync deployment method</action> <action dev="brett" type="add">Add the ability to have an intermediate staging publish step for the site</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
