[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
This commit is contained in:
parent
9b0e12b08b
commit
0f1f9ad4b4
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-artifact-plugin</id>
|
||||
<name>Maven Artifact Plugin</name>
|
||||
<currentVersion>1.9.1-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.9.1</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>
|
||||
<versions>
|
||||
@ -82,6 +82,11 @@
|
||||
<name>1.9</name>
|
||||
<tag>MAVEN_ARTIFACT_1_9</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.9.1</id>
|
||||
<name>1.9.1</name>
|
||||
<tag>MAVEN_ARTIFACT_1_9_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -25,9 +25,9 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.9.1-SNAPSHOT" date="in SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPARTIFACT-76">artifact:deploy always asks for passphrase (even if maven.artifact.gpg.skip=true).</action>
|
||||
</release>
|
||||
<release version="1.9.1" date="2007-05-23">
|
||||
<action dev="ltheussl" type="fix" issue="MPARTIFACT-76">artifact:deploy always asks for passphrase (even if maven.artifact.gpg.skip=true).</action>
|
||||
</release>
|
||||
<release version="1.9" date="2007-05-07" description="Requires Maven 1.1">
|
||||
<action dev="aheritier" type="add" issue="MPARTIFACT-75">Allow to sign artifacts to deploy. Refer to properties documentation to know how to activate it.</action>
|
||||
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2 and use stax reader/parser for the pom to allow to use relative entities.</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user