Repository: incubator-vxquery Updated Branches: refs/heads/vxquery_0_3_staging 7b808a55c -> 0bc9812dd
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/vxquery_0_3_staging Commit: 0bc9812dd5bfbb344990a48151b437ea8611434a Parents: 7b808a5 Author: Vinayak Borkar <[email protected]> Authored: Wed Apr 9 16:42:10 2014 -0700 Committer: Vinayak Borkar <[email protected]> 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>
