[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@226462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-07-30 02:14:18 +00:00
parent 1ab3155c5d
commit 878b5b3dfc
2 changed files with 7 additions and 6 deletions

View File

@ -17,15 +17,13 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-artifact-plugin</id>
<name>Maven Artifact Plugin</name>
<!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</currentVersion>
<description>Tools to manage artifacts and deployment. Requires Maven 1.1.</description>
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/reference/plugins/artifact/</url>
@ -72,6 +70,11 @@
<name>1.5.2</name>
<tag>maven-artifact-plugin-1.5.2</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>maven-artifact-plugin-1.6</tag>
</version>
</versions>
<dependencies>
<dependency>
@ -169,7 +172,6 @@
<artifactId>maven-model</artifactId>
<version>3.0.0</version>
</dependency>
<!-- For MavenUtils -->
<dependency>
<groupId>commons-jelly</groupId>

View File

@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -25,7 +24,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6" date="in SVN">
<release version="1.6" date="2005-07-30">
<action dev="brett" type="fix" issue="MPARTIFACT-55">Correct basedir for file:// URLs</action>
<action dev="brett" type="fix" issue="MPARTIFACT-54">Fix handling of dependencies with properties</action>
</release>