Author: ltheussl Date: Mon Dec 12 20:29:42 2005 New Revision: 356467 URL: http://svn.apache.org/viewcvs?rev=356467&view=rev Log: [maven-scm-plugin] prepare release 1.7
Modified: maven/maven-1/plugins/trunk/artifact/project.xml maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/artifact/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=356467&r1=356466&r2=356467&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/project.xml (original) +++ maven/maven-1/plugins/trunk/artifact/project.xml Mon Dec 12 20:29:42 2005 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -16,17 +17,13 @@ * 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>../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> + <currentVersion>1.7</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> @@ -76,6 +73,11 @@ <id>1.6</id> <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> Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=356467&r1=356466&r2=356467&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Mon Dec 12 20:29:42 2005 @@ -24,19 +24,21 @@ <author email="[EMAIL PROTECTED]">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-12"> + <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 -> 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> </ul> </action> <action dev="brett" type="fix" issue="MPARTIFACT-58">Correct handling of directory without a leading /</action>