[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:
parent
ad9bbe2ccc
commit
989d890907
@ -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>
|
||||
@ -51,6 +51,11 @@
|
||||
<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/>
|
||||
<dependencies>
|
||||
|
||||
@ -24,10 +24,14 @@
|
||||
<author email="dion@apache.org">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>
|
||||
@ -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="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 -> v1.4</li>
|
||||
</ul>
|
||||
</action>
|
||||
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user