Repository: flex-site Updated Branches: refs/heads/maven-site 304a4cecd -> e604b986b
- Fine tuned the git site deployment Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/e604b986 Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/e604b986 Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/e604b986 Branch: refs/heads/maven-site Commit: e604b986b4086e7101c41c4f4a9d93bf28e25d8b Parents: 304a4ce Author: Christofer Dutz <[email protected]> Authored: Sun Oct 9 21:29:15 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Sun Oct 9 21:29:15 2016 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-site/blob/e604b986/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b3639ff..40e3b50 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ <artifactId>velocity</artifactId> <version>1.7</version> </dependency> - <!-- add support for scm/svn site deployment --> + <!-- add support for scm/git site deployment --> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-scm</artifactId> @@ -158,7 +158,7 @@ </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-jgit</artifactId> + <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.9.5</version> </dependency> </dependencies>
