Removed Subversion based tagBase configuration from
maven-release-plugin.
diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml
index df0e7ad..8ad3626 100644
--- a/apache-resource-bundles/pom.xml
+++ b/apache-resource-bundles/pom.xml
@@ -90,12 +90,6 @@
 -->
           </dependencies>
         </plugin>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index 0c4fc2b..3edc01a 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -78,13 +78,6 @@
   <build>
     <pluginManagement>
       <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/tags</tagBase>
-          </configuration>
-        </plugin>
         <!-- publish mono-module site with "mvn site-deploy" -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index e58b490..28ff98d 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -113,7 +113,6 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
             <releaseProfiles>apache-release,run-its</releaseProfiles>
           </configuration>
         </plugin>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index ab760f6..bf8331b 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -93,12 +93,6 @@
             </dependency>
           </dependencies>
         </plugin>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/shared/tags</tagBase>
-          </configuration>
-        </plugin>
         <!-- publish mono-module site with "mvn site-deploy" -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 7422134..8cb824c 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -64,7 +64,6 @@
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
             <arguments>-Papache-release,run-its</arguments>
           </configuration>
         </plugin>