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.