You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/05/29 15:52:24 UTC

[maven-parent] branch master updated: Removed Subversion based tagBase configuration from maven-release-plugin.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4afb7d0  Removed Subversion based tagBase configuration from maven-release-plugin.
4afb7d0 is described below

commit 4afb7d0160e0058ecbc3270bdf8094607e633cb1
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 29 17:51:58 2020 +0200

    Removed Subversion based tagBase configuration from
    maven-release-plugin.
---
 apache-resource-bundles/pom.xml | 6 ------
 doxia-tools/pom.xml             | 7 -------
 maven-plugins/pom.xml           | 1 -
 maven-shared-components/pom.xml | 6 ------
 maven-skins/pom.xml             | 1 -
 5 files changed, 21 deletions(-)

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 @@ under the License.
   <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 @@ under the License.
           <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 @@ under the License.
             </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 @@ under the License.
         <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>