From ae80c0225ed7d76199bd64124259a69a544954ff Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 13 Dec 2005 04:29:42 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.7 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356467 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/project.xml | 16 +++++++++------- artifact/xdocs/changes.xml | 22 ++++++++++++---------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/artifact/project.xml b/artifact/project.xml index 07aa1855..ea78c3dc 100644 --- a/artifact/project.xml +++ b/artifact/project.xml @@ -1,4 +1,5 @@ + - + ../plugin-parent/project.xml 3 maven-artifact-plugin Maven Artifact Plugin - 1.7-SNAPSHOT - - 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. - + 1.7 + 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. Tools to manage artifacts and deployment http://maven.apache.org/maven-1.x/reference/plugins/artifact/ http://jira.codehaus.org/browse/MPARTIFACT @@ -77,6 +74,11 @@ 1.6 maven-artifact-plugin-1.6 + + 1.7 + 1.7 + maven-artifact-plugin-1.7 + diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index 0c5f4be1..99491f81 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -24,19 +24,21 @@ Vincent Massol - - New attribute artifactIdOverride that allows to specify custom names for deployed/installed artifacts. + + New attribute + artifactIdOverridethat allows to specify custom names for deployed/installed artifacts. + When deploying a snapshot, jar and pom have different timestamped version. Make deploying a timestamped SNAPSHOT artifact configurable. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    -
  • commons-collections v3.1 -> v3.0
  • -
  • commons-httpclient v2.0 -> v2.0.2
  • -
  • commons-jelly v1.0-beta-4 -> v1.0
  • -
  • commons-jexl v1.0-beta-1 -> v1.0
  • -
  • commons-logging v1.0.3 -> v1.0.4
  • -
  • commons-net v1.1.0 -> v1.4.0
  • -
  • plexus-utils v1.0-alpha-3 -> v1.0.3
  • +
  • commons-collections v3.1 -> v3.0
  • +
  • commons-httpclient v2.0 -> v2.0.2
  • +
  • commons-jelly v1.0-beta-4 -> v1.0
  • +
  • commons-jexl v1.0-beta-1 -> v1.0
  • +
  • commons-logging v1.0.3 -> v1.0.4
  • +
  • commons-net v1.1.0 -> v1.4.0
  • +
  • plexus-utils v1.0-alpha-3 -> v1.0.3
Correct handling of directory without a leading /