[maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@367000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6cca773c2
commit
594db1221b
@ -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>
|
||||
@ -44,6 +44,11 @@
|
||||
<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>
|
||||
<developer>
|
||||
|
||||
@ -17,20 +17,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="vmassol@apache.org">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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user