Repository: giraph Updated Branches: refs/heads/trunk 03ade425d -> 4f3551dfd
GIRAPH-1024mvn release:prepare not committing changes to pom.xml Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/4f3551df Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/4f3551df Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/4f3551df Branch: refs/heads/trunk Commit: 4f3551dfd2465c51f834d74d70dd2f7a527f60f6 Parents: 03ade42 Author: Sergey Edunov <[email protected]> Authored: Wed Jul 29 14:31:52 2015 -0700 Committer: Sergey Edunov <[email protected]> Committed: Wed Jul 29 14:31:52 2015 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/4f3551df/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 392b92c..846090a 100644 --- a/pom.xml +++ b/pom.xml @@ -686,6 +686,13 @@ under the License. <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> </configuration> + <dependencies> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-gitexe</artifactId> + <version>1.8.1</version> + </dependency> + </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
