[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:
snicoll 2006-02-12 23:44:10 +00:00
parent 13347b578f
commit 1f96831803
2 changed files with 10 additions and 9 deletions

View File

@ -17,14 +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>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-rar-plugin</id>
<name>Maven RAR Plugin</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<description>Rar Plugin for Maven</description>
<shortDescription>Rar Plugin for Maven</shortDescription>
<versions>
@ -33,6 +31,11 @@
<name>1.0</name>
<tag>MAVEN_RAR_1_0</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_RAR_1_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -17,19 +17,18 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<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="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 :
<ul>
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li>
<li>commons-jelly-tags-util v1.1 -&gt; v1.1.1</li>
</ul>
</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">Make plugin.jelly ascii for CVS</action>
</release>
<release version="1.0" date="2004-06-19">
<action dev="dion" type="add">Initial release after donation by David Jencks</action>
</release>