Update to git scm locations
diff --git a/pom.xml b/pom.xml
index 28b37d5..03f5065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>9</version>
+        <version>13</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -45,9 +45,8 @@
     </distributionManagement>
     <inceptionYear>2006</inceptionYear>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/build-utils/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/build-utils/trunk</developerConnection>
-      <url>http://svn.apache.org/repos/asf/cxf/build-utils/trunk</url>
+      <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</connection>
+      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</developerConnection>
     </scm>
     <mailingLists>
         <mailingList>
@@ -110,9 +109,8 @@
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-release-plugin</artifactId>
-                     <version>2.0-beta-9</version>
+                     <version>2.5</version>
                      <configuration>
-                         <tagBase>https://svn.apache.org/repos/asf/cxf/build-utils/tags</tagBase>
                          <useReleaseProfile>false</useReleaseProfile>
                          <preparationGoals>clean install</preparationGoals>
                          <goals>deploy</goals>