[maven-scm-plugin] prepare release 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@397411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-27 05:39:01 +00:00
parent ad9bbe2ccc
commit 989d890907
2 changed files with 17 additions and 8 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2005 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.
@ -16,13 +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" <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">
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-jar-plugin</id> <id>maven-jar-plugin</id>
<name>Maven Jar Plugin</name> <name>Maven Jar Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion> <currentVersion>1.8</currentVersion>
<description>Plugin for creating JAR files.</description> <description>Plugin for creating JAR files.</description>
<shortDescription>Create jar files</shortDescription> <shortDescription>Create jar files</shortDescription>
<versions> <versions>
@ -51,6 +51,11 @@
<name>1.7</name> <name>1.7</name>
<tag>MAVEN_JAR_1_7</tag> <tag>MAVEN_JAR_1_7</tag>
</version> </version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_JAR_1_8</tag>
</version>
</versions> </versions>
<developers/> <developers/>
<dependencies> <dependencies>

View File

@ -24,10 +24,14 @@
<author email="dion@apache.org">dIon Gillard</author> <author email="dion@apache.org">dIon Gillard</author>
</properties> </properties>
<body> <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="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="fix" issue="MPJAR-46">Using
<action dev="ltheussl" type="add" issue="MPJAR-15" due-to="Matt Finn">Include <code>Implementation-Vendor-Id</code> attribute for dependencies in manifest.</action> <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="add" issue="MPJAR-39">Support specificationVersion in manifest.</action>
<action dev="ltheussl" type="fix"> <action dev="ltheussl" type="fix">
<description>Jar plugin generates incorrect manifest file.</description> <description>Jar plugin generates incorrect manifest file.</description>
@ -40,7 +44,7 @@
<action dev="ltheussl" type="update" issue="MPJAR-35" due-to="Dennis Lundberg">Document need for jar.manifest.classpath property.</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> <ul>
<li>velocity v 1.4-dev -> v1.4</li> <li>velocity v 1.4-dev -&gt; v1.4</li>
</ul> </ul>
</action> </action>
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action> <action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>