[MPOM-55] Update release and scm plugins to support newer versions of git

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1624777 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asf/pom.xml b/asf/pom.xml
index a152324..0aa2313 100644
--- a/asf/pom.xml
+++ b/asf/pom.xml
@@ -198,7 +198,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.2</version>
+          <version>2.5</version>
           <configuration>
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>
@@ -220,7 +220,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-plugin</artifactId>
-          <version>1.9</version>
+          <version>1.9.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>