[maven-scm-plugin] prepare release 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@377275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13347b578f
commit
1f96831803
@ -17,14 +17,12 @@
|
|||||||
* limitations under the License.
|
* 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>../plugins-parent/project.xml</extend>
|
<extend>../plugins-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-rar-plugin</id>
|
<id>maven-rar-plugin</id>
|
||||||
<name>Maven RAR Plugin</name>
|
<name>Maven RAR Plugin</name>
|
||||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.1</currentVersion>
|
||||||
<description>Rar Plugin for Maven</description>
|
<description>Rar Plugin for Maven</description>
|
||||||
<shortDescription>Rar Plugin for Maven</shortDescription>
|
<shortDescription>Rar Plugin for Maven</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -33,6 +31,11 @@
|
|||||||
<name>1.0</name>
|
<name>1.0</name>
|
||||||
<tag>MAVEN_RAR_1_0</tag>
|
<tag>MAVEN_RAR_1_0</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.1</id>
|
||||||
|
<name>1.1</name>
|
||||||
|
<tag>MAVEN_RAR_1_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -17,19 +17,18 @@
|
|||||||
* 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.1-SNAPSHOT" date="in SVN">
|
<release version="1<EFBFBD>-1" date="2006-02-13">
|
||||||
<action dev="snicoll" type="fix" issue="MPRAR-1">Fixed handling of plugin properties: ra.xml file is now included wherever it is located.</action>
|
<action dev="snicoll" type="fix" issue="MPRAR-1">Fixed handling of plugin properties: ra.xml file is now included wherever it is located.</action>
|
||||||
<action dev="snicoll" type="add" issue="MPRAR-2">Added maven.rar.final.name property.</action>
|
<action dev="snicoll" type="add" issue="MPRAR-2">Added maven.rar.final.name property.</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li>
|
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
<action dev="brett" type="update">Deprecate rar:load hook goal</action>
|
<action dev="brett" type="update">Deprecate rar:load hook goal</action>
|
||||||
@ -37,7 +36,6 @@
|
|||||||
<action dev="dion" type="fix">Move versions element to correct location in POM</action>
|
<action dev="dion" type="fix">Move versions element to correct location in POM</action>
|
||||||
<action dev="dion" type="fix">Make plugin.jelly ascii for CVS</action>
|
<action dev="dion" type="fix">Make plugin.jelly ascii for CVS</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.0" date="2004-06-19">
|
<release version="1.0" date="2004-06-19">
|
||||||
<action dev="dion" type="add">Initial release after donation by David Jencks</action>
|
<action dev="dion" type="add">Initial release after donation by David Jencks</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user