Author: ltheussl Date: Sat Jan 7 22:53:25 2006 New Revision: 367000 URL: http://svn.apache.org/viewcvs?rev=367000&view=rev Log: [maven-scm-plugin] prepare release 1.2
Modified: maven/maven-1/plugins/trunk/multichanges/project.xml maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/multichanges/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/project.xml?rev=367000&r1=366999&r2=367000&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/multichanges/project.xml (original) +++ maven/maven-1/plugins/trunk/multichanges/project.xml Sat Jan 7 22:53:25 2006 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -16,13 +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-multichanges-plugin</id> <name>Maven MultiChanges plugin</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <shortDescription>Produce release dashboard for subprojects.</shortDescription> <description>Produce release dashboard for subprojects.</description> <url>http://maven.apache.org/maven-1.x/reference/plugins/multichanges/</url> @@ -43,6 +43,11 @@ <id>1.1</id> <name>1.1</name> <tag>MAVEN_MULTICHANGES_1_1</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_MULTICHANGES_1_2</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml?rev=367000&r1=366999&r2=367000&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml Sat Jan 7 22:53:25 2006 @@ -17,20 +17,19 @@ * limitations under the License. */ --> - <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="in SCM"> + <release version="1.2" date="2006-01-07"> <action dev="ltheussl" type="update" issue="MPMULTICHANGES-2">Use multiproject properties by default.</action> <action dev="aheritier" type="add" issue="MPMULTICHANGES-3" due-to="Jon Strayer">Add another column to the report that lists the value of currentVersion.</action> <action dev="aheritier" type="fix" issue="MPMULTICHANGES-1">Links always used maven.multiproject.aggregateDir even if maven.multiproject.navigation=independent.</action> <action dev="carlos" type="add">Linked project names and releases with download pages and announcements</action> </release> - <release version="1.1" date="2004-05-15"></release> + <release version="1.1" date="2004-05-15"/> <release version="1.0" date="2004-03-10"> <action dev="vmassol" type="add">Initial creation.</action> </release>