You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2006/02/13 00:44:11 UTC

svn commit: r377275 - in /maven/maven-1/plugins/trunk/rar: project.xml xdocs/changes.xml

Author: snicoll
Date: Sun Feb 12 15:44:10 2006
New Revision: 377275

URL: http://svn.apache.org/viewcvs?rev=377275&view=rev
Log:
[maven-scm-plugin] prepare release 1.1

Modified:
    maven/maven-1/plugins/trunk/rar/project.xml
    maven/maven-1/plugins/trunk/rar/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/rar/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rar/project.xml?rev=377275&r1=377274&r2=377275&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/rar/project.xml (original)
+++ maven/maven-1/plugins/trunk/rar/project.xml Sun Feb 12 15:44:10 2006
@@ -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>
@@ -32,6 +30,11 @@
       <id>1.0</id>
       <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>

Modified: maven/maven-1/plugins/trunk/rar/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rar/xdocs/changes.xml?rev=377275&r1=377274&r2=377275&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/rar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/rar/xdocs/changes.xml Sun Feb 12 15:44:10 2006
@@ -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�-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 : 
+      <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>