Author: ltheussl
Date: Wed Apr 26 22:39:01 2006
New Revision: 397411

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

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/viewcvs/maven/maven-1/plugins/trunk/jar/project.xml?rev=397411&r1=397410&r2=397411&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/project.xml (original)
+++ maven/maven-1/plugins/trunk/jar/project.xml Wed Apr 26 22:39:01 2006
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2005 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>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-jar-plugin</id>
   <name>Maven Jar Plugin</name>
-  <currentVersion>1.8-SNAPSHOT</currentVersion>
+  <currentVersion>1.8</currentVersion>
   <description>Plugin for creating JAR files.</description>
   <shortDescription>Create jar files</shortDescription>
   <versions>
@@ -50,6 +50,11 @@
       <id>1.7</id>
       <name>1.7</name>
       <tag>MAVEN_JAR_1_7</tag>
+    </version>
+    <version>
+      <id>1.8</id>
+      <name>1.8</name>
+      <tag>MAVEN_JAR_1_8</tag>
     </version>
   </versions>
   <developers/>

Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?rev=397411&r1=397410&r2=397411&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Wed Apr 26 22:39:01 2006
@@ -24,10 +24,14 @@
     <author email="[EMAIL PROTECTED]">dIon Gillard</author>
   </properties>
   <body>
-    <release version="1.8-SNAPSHOT" date="In SVN">
+    <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 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="fix" issue="MPJAR-46">Using
+        <code>maven.jar.manifest.classpath.add=true</code>from maven console 
gives huge Class-Path.
+      </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>
@@ -38,9 +42,9 @@
       <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 : 
+      <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 -> v1.4</li>
+          <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>


Reply via email to