From 0f1f9ad4b49f85bf0390b7b2fbcd4f21496330ae Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 23 May 2007 09:43:53 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.9.1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@540906 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/project.xml | 7 ++++++- artifact/xdocs/changes.xml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/artifact/project.xml b/artifact/project.xml index b302a06f..691dcaaf 100644 --- a/artifact/project.xml +++ b/artifact/project.xml @@ -23,7 +23,7 @@ 3 maven-artifact-plugin Maven Artifact Plugin - 1.9.1-SNAPSHOT + 1.9.1 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 @@ -82,6 +82,11 @@ 1.9 MAVEN_ARTIFACT_1_9 + + 1.9.1 + 1.9.1 + MAVEN_ARTIFACT_1_9_1 + diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index a48557a4..2e3fb757 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -25,9 +25,9 @@ Vincent Massol - - artifact:deploy always asks for passphrase (even if maven.artifact.gpg.skip=true). - + + artifact:deploy always asks for passphrase (even if maven.artifact.gpg.skip=true). + Allow to sign artifacts to deploy. Refer to properties documentation to know how to activate it. Upgrade maven-model to version 3.0.2 and use stax reader/parser for the pom to allow to use relative entities.