You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/15 17:06:03 UTC

git commit: update m-scm-publish-p to improve experience when publishing

Repository: maven
Updated Branches:
  refs/heads/master 4fbb630ee -> fadf9be36


update m-scm-publish-p to improve experience when publishing

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fadf9be3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fadf9be3
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fadf9be3

Branch: refs/heads/master
Commit: fadf9be36cfaa3051ed2d52d75cd9a3060714326
Parents: 4fbb630
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 15 17:05:56 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 15 17:05:56 2014 +0200

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/fadf9be3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9942ef2..1364033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,6 +443,11 @@
           </dependencies>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>