You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/23 11:19:02 UTC

[maven-doxia-sitetools] branch master updated: remove unused old m-release-p configuration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc25674  remove unused old m-release-p configuration
cc25674 is described below

commit cc256745d4854f11091375f5a1cbebdd70c0042e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Nov 23 12:18:58 2019 +0100

    remove unused old m-release-p configuration
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce6371b..7325868 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,14 +204,6 @@ under the License.
     </resources>
     <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-sitetools/tags</tagBase>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
-          </configuration>
-        </plugin>
         <!-- TODO need to upgrade to last version or Maven parent version -->
         <plugin>
           <groupId>org.codehaus.mojo</groupId>