You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2014/04/22 07:49:30 UTC

[06/19] git commit: Added plugin dependency to fix git release issue

Added plugin dependency to fix git release issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/0bc9812d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/0bc9812d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/0bc9812d

Branch: refs/heads/master
Commit: 0bc9812dd5bfbb344990a48151b437ea8611434a
Parents: 7b808a5
Author: Vinayak Borkar <vi...@gmail.com>
Authored: Wed Apr 9 16:42:10 2014 -0700
Committer: Vinayak Borkar <vi...@gmail.com>
Committed: Wed Apr 9 16:42:10 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/0bc9812d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6713d5f..6d70006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,6 +433,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.4.2</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.8.1</version>
+          </dependency>
+        </dependencies>
         <configuration>
           <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>