Author: aheritier
Date: Mon Apr 30 03:50:37 2007
New Revision: 533690

URL: http://svn.apache.org/viewvc?view=rev&rev=533690
Log:
[maven-scm-plugin] prepare release 1.8.1

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

Modified: maven/maven-1/plugins/trunk/jar/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jar/project.xml?view=diff&rev=533690&r1=533689&r2=533690
==============================================================================
--- maven/maven-1/plugins/trunk/jar/project.xml (original)
+++ maven/maven-1/plugins/trunk/jar/project.xml Mon Apr 30 03:50:37 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
 /*
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-jar-plugin</id>
   <name>Maven Jar Plugin</name>
-  <currentVersion>1.8.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.8.1</currentVersion>
   <description>Plugin for creating JAR files.</description>
   <shortDescription>Create jar files</shortDescription>
   <versions>
@@ -56,6 +56,11 @@
       <id>1.8</id>
       <name>1.8</name>
       <tag>MAVEN_JAR_1_8</tag>
+    </version>
+    <version>
+      <id>1.8.1</id>
+      <name>1.8.1</name>
+      <tag>maven-jar-plugin-1.8.1</tag>
     </version>
   </versions>
   <developers/>

Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?view=diff&rev=533690&r1=533689&r2=533690
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Mon Apr 30 03:50:37 2007
@@ -18,83 +18,83 @@
  * limitations under the License.
  */
  -->
-<document>
-  <properties>
-    <title>Changes</title>
-    <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
-    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
-  </properties>
-  <body>
-    <release version="1.8.1-SNAPSHOT" date="In SVN">
-      <action dev="aheritier" type="update" issue="MAVEN-1789">Change the 
default repository to http://repo1.maven.org/maven/ for dependencies url in the 
manifest.</action>
-        <action dev="ltheussl" type="update">Update to velocity 1.5.</action>
-    </release>
-    <release version="1.8" date="2006-04-26">
-      <action dev="ltheussl" type="add" issue="MPJAR-19">Add tests for jar 
manifest creation.</action>
+<document> 
+  <properties> 
+    <title>Changes</title>  
+    <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>  
+    <author email="[EMAIL PROTECTED]">dIon Gillard</author> 
+  </properties>  
+  <body> 
+    <release version="1.8.1" date="2007-04-30"> 
+      <action dev="aheritier" type="update" issue="MAVEN-1789">Change the 
default repository to http://repo1.maven.org/maven/ for dependencies url in the 
manifest.</action>  
+      <action dev="ltheussl" type="update">Update to velocity 1.5.</action> 
+    </release>  
+    <release version="1.8" date="2006-04-26"> 
+      <action dev="ltheussl" type="add" issue="MPJAR-19">Add tests for jar 
manifest creation.</action>  
       <action dev="ltheussl" type="fix" issue="MPJAR-46">Using
         <code>maven.jar.manifest.classpath.add=true</code>from maven console 
gives huge Class-Path.
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPJAR-15" due-to="Matt 
Finn">Include
         <code>Implementation-Vendor-Id</code>attribute for dependencies in 
manifest.
-      </action>
-      <action dev="ltheussl" type="add" issue="MPJAR-39">Support 
specificationVersion in manifest.</action>
-      <action dev="ltheussl" type="fix">
-        <description>Jar plugin generates incorrect manifest 
file.</description>
-        <fixes issue="MPJAR-36"/>
-        <fixes issue="MPJAR-49"/>
-        <dueto name="Michael Gaffney"/>
-      </action>
-      <action dev="aheritier" type="fix">java:compile and java:jar-resources 
should be called before the jar goal to create the good directory structure. It 
was done in test:test before but it's also a prerequisite for jar:jar.</action>
-      <action dev="ltheussl" type="update" issue="MPJAR-47">Remove unused 
properties from documentation.</action>
-      <action dev="ltheussl" type="update" issue="MPJAR-35" due-to="Dennis 
Lundberg">Document need for jar.manifest.classpath property.</action>
+      </action>  
+      <action dev="ltheussl" type="add" issue="MPJAR-39">Support 
specificationVersion in manifest.</action>  
+      <action dev="ltheussl" type="fix"> 
+        <description>Jar plugin generates incorrect manifest 
file.</description>  
+        <fixes issue="MPJAR-36"/>  
+        <fixes issue="MPJAR-49"/>  
+        <dueto name="Michael Gaffney"/> 
+      </action>  
+      <action dev="aheritier" type="fix">java:compile and java:jar-resources 
should be called before the jar goal to create the good directory structure. It 
was done in test:test before but it's also a prerequisite for jar:jar.</action> 
 
+      <action dev="ltheussl" type="update" issue="MPJAR-47">Remove unused 
properties from documentation.</action>  
+      <action dev="ltheussl" type="update" issue="MPJAR-35" due-to="Dennis 
Lundberg">Document need for jar.manifest.classpath 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>velocity v 1.4-dev -&gt; v1.4</li>
-        </ul>
-      </action>
-      <action dev="aheritier" type="update">It requires at least 
maven-plugin-plugin v1.7.</action>
-    </release>
-    <release version="1.7" date="2005-06-05">
-      <action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph 
Benavidez">Fix typo on documentation.</action>
-      <action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu 
Kawai">Fix typo on documentation.</action>
+        <ul> 
+          <li>velocity v 1.4-dev -&gt; v1.4</li> 
+        </ul> 
+      </action>  
+      <action dev="aheritier" type="update">It requires at least 
maven-plugin-plugin v1.7.</action> 
+    </release>  
+    <release version="1.7" date="2005-06-05"> 
+      <action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph 
Benavidez">Fix typo on documentation.</action>  
+      <action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu 
Kawai">Fix typo on documentation.</action>  
       <action dev="felipeal" type="add" issue="MPJAR-38">Added new property
         <code>maven.jar.final.name</code>.
-      </action>
-    </release>
-    <release version="1.6.1" date="2004-11-10">
-      <action dev="brett" type="fix">Remove deploy warnings</action>
-    </release>
-    <release version="1.6" date="2004-06-28">
-      <action dev="brett" type="update">Deprecated jar:snapshot</action>
-      <action dev="brett" type="update">Use the artifact plugin for 
installation</action>
-      <action dev="evenisse" type="fix" due-to="Martin van den Bemt" 
issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in 
Manifest</action>
-    </release>
-    <release version="1.5" date="2004-05-13">
-      <action dev="brett" type="fix" issue="MPJAR-27">trim shortDescription 
and limit to 72 characters with warning when using specification-title to avoid 
broken manifests</action>
-      <action dev="brett" type="fix" issue="MPJAR-24">change ln -sf command to 
rm -f symlink, ln -s combo because -f flag is not used on Solaris ln.</action>
-      <action dev="brett" type="fix">move maven.remote.group to 
default.properties</action>
-      <action dev="brett" type="fix" issue="MPJAR-22" due-to="Corey 
Jewett">improve manifest generation</action>
-      <action dev="brett" type="fix" issue="MPJAR-17">revert maven.final.name 
to previuous value after executing jar:snapshot related goals.</action>
-    </release>
-    <release version="1.4" date="2004-02-27">
-      <action dev="dion" type="update">Remove old nav (current etc) as it was 
confusing people. Implement maven.jar.includes as per Eric Giguere's 
suggestion.</action>
-      <action dev="neilc" type="update">Added manifest Class-Path, specified 
by setting property jar.manifest.classpath on dependency artifacts in 
project.xml.</action>
-      <action dev="dion" issue="MAVEN-936" type="fix">Reorder 
Specification-Title/Vendor/Version and 
Implementation-Title/Vendor/Version</action>
-      <action dev="dion" issue="MAVEN-936" type="fix">Use pom.currentVersion 
for Specification-Version</action>
-      <action dev="dion" type="fix">Fix for maven.jar.manifest.extensions.add 
not being checked correctly.</action>
-      <action dev="dion" type="fix" issue="MAVEN-1009">Fix MAVEN-1009</action>
-    </release>
-    <release version="1.3" date="2003-09-29"/>
-    <release version="1.2" date="Unknown">
-      <action dev="evenisse" type="fix">Fixed 
maven.jar.manifest.extensions.add use.</action>
-      <action dev="evenisse" type="fix" issue="MAVEN-755">Maven-755. Add 
maven.jar.compress.</action>
-    </release>
-    <release version="1.1" date="2003-08-29">
-      <action dev="dion" type="update">Added maven.jar.index property</action>
-      <action dev="dion" type="update">Upgrade to velocity 1.4-dev</action>
-    </release>
-    <release version="1.0" date="Unknown">
-      <action dev="evenisse" type="add">Initial plugin created. Goals are move 
from java plugin.</action>
-    </release>
-  </body>
+      </action> 
+    </release>  
+    <release version="1.6.1" date="2004-11-10"> 
+      <action dev="brett" type="fix">Remove deploy warnings</action> 
+    </release>  
+    <release version="1.6" date="2004-06-28"> 
+      <action dev="brett" type="update">Deprecated jar:snapshot</action>  
+      <action dev="brett" type="update">Use the artifact plugin for 
installation</action>  
+      <action dev="evenisse" type="fix" due-to="Martin van den Bemt" 
issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in 
Manifest</action> 
+    </release>  
+    <release version="1.5" date="2004-05-13"> 
+      <action dev="brett" type="fix" issue="MPJAR-27">trim shortDescription 
and limit to 72 characters with warning when using specification-title to avoid 
broken manifests</action>  
+      <action dev="brett" type="fix" issue="MPJAR-24">change ln -sf command to 
rm -f symlink, ln -s combo because -f flag is not used on Solaris ln.</action>  
+      <action dev="brett" type="fix">move maven.remote.group to 
default.properties</action>  
+      <action dev="brett" type="fix" issue="MPJAR-22" due-to="Corey 
Jewett">improve manifest generation</action>  
+      <action dev="brett" type="fix" issue="MPJAR-17">revert maven.final.name 
to previuous value after executing jar:snapshot related goals.</action> 
+    </release>  
+    <release version="1.4" date="2004-02-27"> 
+      <action dev="dion" type="update">Remove old nav (current etc) as it was 
confusing people. Implement maven.jar.includes as per Eric Giguere's 
suggestion.</action>  
+      <action dev="neilc" type="update">Added manifest Class-Path, specified 
by setting property jar.manifest.classpath on dependency artifacts in 
project.xml.</action>  
+      <action dev="dion" issue="MAVEN-936" type="fix">Reorder 
Specification-Title/Vendor/Version and 
Implementation-Title/Vendor/Version</action>  
+      <action dev="dion" issue="MAVEN-936" type="fix">Use pom.currentVersion 
for Specification-Version</action>  
+      <action dev="dion" type="fix">Fix for maven.jar.manifest.extensions.add 
not being checked correctly.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-1009">Fix MAVEN-1009</action> 
+    </release>  
+    <release version="1.3" date="2003-09-29"/>  
+    <release version="1.2" date="Unknown"> 
+      <action dev="evenisse" type="fix">Fixed 
maven.jar.manifest.extensions.add use.</action>  
+      <action dev="evenisse" type="fix" issue="MAVEN-755">Maven-755. Add 
maven.jar.compress.</action> 
+    </release>  
+    <release version="1.1" date="2003-08-29"> 
+      <action dev="dion" type="update">Added maven.jar.index property</action> 
 
+      <action dev="dion" type="update">Upgrade to velocity 1.4-dev</action> 
+    </release>  
+    <release version="1.0" date="Unknown"> 
+      <action dev="evenisse" type="add">Initial plugin created. Goals are move 
from java plugin.</action> 
+    </release> 
+  </body> 
 </document>


Reply via email to