[maven-scm-plugin] prepare release 1.7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-12-12 05:34:45 +00:00
parent 3fbde6ea18
commit 159dd2dac1
2 changed files with 36 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,27 +17,23 @@
* 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">
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-artifact-plugin</id>
<name>Maven Artifact Plugin</name>
<currentVersion>1.7-SNAPSHOT</currentVersion>
<description>
Tools to manage artifacts and deployment.
*WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.
</description>
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/maven-1.x/reference/plugins/artifact/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPARTIFACT</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/artifact/</siteDirectory>
<repository>
<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 xmlns="">../plugin-parent/project.xml</extend>
<pomVersion xmlns="">3</pomVersion>
<id xmlns="">maven-artifact-plugin</id>
<name xmlns="">Maven Artifact Plugin</name>
<currentVersion xmlns="">1.7</currentVersion>
<description xmlns="">Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.</description>
<shortDescription xmlns="">Tools to manage artifacts and deployment</shortDescription>
<url xmlns="">http://maven.apache.org/maven-1.x/reference/plugins/artifact/</url>
<issueTrackingUrl xmlns="">http://jira.codehaus.org/browse/MPARTIFACT</issueTrackingUrl>
<siteDirectory xmlns="">/www/maven.apache.org/maven-1.x/reference/plugins/artifact/</siteDirectory>
<repository xmlns="">
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/artifact/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/artifact/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/artifact/</url>
</repository>
<versions>
<versions xmlns="">
<version>
<id>1.1</id>
<name>1.1</name>
@@ -77,8 +74,13 @@
<name>1.6</name>
<tag>maven-artifact-plugin-1.6</tag>
</version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>maven-artifact-plugin-1.7</tag>
</version>
</versions>
<developers>
<developers xmlns="">
<developer>
<name>Brett Porter</name>
<id>brett</id>
@@ -107,7 +109,7 @@
</roles>
</developer>
</developers>
<dependencies>
<dependencies xmlns="">
<dependency>
<groupId>maven</groupId>
<artifactId>maven</artifactId>
@@ -248,7 +250,7 @@
</properties>
</dependency>
</dependencies>
<build>
<build xmlns="">
<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
<unitTest>
<resources>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@@ -24,19 +24,21 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="add" issue="MPARTIFACT-57" due-to="Neil Crow">New attribute <code>artifactIdOverride</code> that allows to specify custom names for deployed/installed artifacts.</action>
<release version="1.7" date="2005-12-11">
<action dev="ltheussl" type="add" issue="MPARTIFACT-57" due-to="Neil Crow">New attribute
<code>artifactIdOverride</code>that allows to specify custom names for deployed/installed artifacts.
</action>
<action dev="ltheussl" type="fix" issue="MPARTIFACT-56">When deploying a snapshot, jar and pom have different timestamped version.</action>
<action dev="ltheussl" type="add" issue="MPARTIFACT-59">Make deploying a timestamped SNAPSHOT artifact configurable.</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>commons-collections v3.1 -> v3.0</li>
<li>commons-httpclient v2.0 -> v2.0.2</li>
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
<li>commons-jexl v1.0-beta-1 -> v1.0</li>
<li>commons-logging v1.0.3 -> v1.0.4</li>
<li>commons-net v1.1.0 -> v1.4.0</li>
<li>plexus-utils v1.0-alpha-3 -> v1.0.3</li>
<li>commons-collections v3.1 -&gt; v3.0</li>
<li>commons-httpclient v2.0 -&gt; v2.0.2</li>
<li>commons-jelly v1.0-beta-4 -&gt; v1.0</li>
<li>commons-jexl v1.0-beta-1 -&gt; v1.0</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li>
<li>commons-net v1.1.0 -&gt; v1.4.0</li>
<li>plexus-utils v1.0-alpha-3 -&gt; v1.0.3</li>
</ul>
</action>
<action dev="brett" type="fix" issue="MPARTIFACT-58">Correct handling of directory without a leading /</action>