[maven-scm-plugin] prepare release 1.8.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
195c38ac21
commit
7d110108db
@ -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>
|
<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.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.8.1</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>
|
||||||
@ -57,6 +57,11 @@
|
|||||||
<name>1.8</name>
|
<name>1.8</name>
|
||||||
<tag>MAVEN_JAR_1_8</tag>
|
<tag>MAVEN_JAR_1_8</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.8.1</id>
|
||||||
|
<name>1.8.1</name>
|
||||||
|
<tag>maven-jar-plugin-1.8.1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers/>
|
<developers/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@ -18,83 +18,83 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
<author email="dion@apache.org">dIon Gillard</author>
|
<author email="dion@apache.org">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8.1-SNAPSHOT" date="In SVN">
|
<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="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>
|
<action dev="ltheussl" type="update">Update to velocity 1.5.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.8" date="2006-04-26">
|
<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
|
<action dev="ltheussl" type="fix" issue="MPJAR-46">Using
|
||||||
<code>maven.jar.manifest.classpath.add=true</code>from maven console gives huge Class-Path.
|
<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
|
<action dev="ltheussl" type="add" issue="MPJAR-15" due-to="Matt Finn">Include
|
||||||
<code>Implementation-Vendor-Id</code>attribute for dependencies in manifest.
|
<code>Implementation-Vendor-Id</code>attribute for dependencies in manifest.
|
||||||
</action>
|
</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>
|
||||||
<fixes issue="MPJAR-36"/>
|
<fixes issue="MPJAR-36"/>
|
||||||
<fixes issue="MPJAR-49"/>
|
<fixes issue="MPJAR-49"/>
|
||||||
<dueto name="Michael Gaffney"/>
|
<dueto name="Michael Gaffney"/>
|
||||||
</action>
|
</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="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-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="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 -> 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>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.7" date="2005-06-05">
|
<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-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="fix" issue="MPJAR-40" due-to="Shinobu Kawai">Fix typo on documentation.</action>
|
||||||
<action dev="felipeal" type="add" issue="MPJAR-38">Added new property
|
<action dev="felipeal" type="add" issue="MPJAR-38">Added new property
|
||||||
<code>maven.jar.final.name</code>.
|
<code>maven.jar.final.name</code>.
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.6.1" date="2004-11-10">
|
<release version="1.6.1" date="2004-11-10">
|
||||||
<action dev="brett" type="fix">Remove deploy warnings</action>
|
<action dev="brett" type="fix">Remove deploy warnings</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.6" date="2004-06-28">
|
<release version="1.6" date="2004-06-28">
|
||||||
<action dev="brett" type="update">Deprecated jar:snapshot</action>
|
<action dev="brett" type="update">Deprecated jar:snapshot</action>
|
||||||
<action dev="brett" type="update">Use the artifact plugin for installation</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>
|
<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>
|
||||||
<release version="1.5" date="2004-05-13">
|
<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-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" 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">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-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>
|
<action dev="brett" type="fix" issue="MPJAR-17">revert maven.final.name to previuous value after executing jar:snapshot related goals.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.4" date="2004-02-27">
|
<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="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="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">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" 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">Fix for maven.jar.manifest.extensions.add not being checked correctly.</action>
|
||||||
<action dev="dion" type="fix" issue="MAVEN-1009">Fix MAVEN-1009</action>
|
<action dev="dion" type="fix" issue="MAVEN-1009">Fix MAVEN-1009</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.3" date="2003-09-29"/>
|
<release version="1.3" date="2003-09-29"/>
|
||||||
<release version="1.2" date="Unknown">
|
<release version="1.2" date="Unknown">
|
||||||
<action dev="evenisse" type="fix">Fixed maven.jar.manifest.extensions.add use.</action>
|
<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>
|
<action dev="evenisse" type="fix" issue="MAVEN-755">Maven-755. Add maven.jar.compress.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.1" date="2003-08-29">
|
<release version="1.1" date="2003-08-29">
|
||||||
<action dev="dion" type="update">Added maven.jar.index property</action>
|
<action dev="dion" type="update">Added maven.jar.index property</action>
|
||||||
<action dev="dion" type="update">Upgrade to velocity 1.4-dev</action>
|
<action dev="dion" type="update">Upgrade to velocity 1.4-dev</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="Unknown">
|
<release version="1.0" date="Unknown">
|
||||||
<action dev="evenisse" type="add">Initial plugin created. Goals are move from java plugin.</action>
|
<action dev="evenisse" type="add">Initial plugin created. Goals are move from java plugin.</action>
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user