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 2020/01/05 17:11:01 UTC

[maven-apache-parent] branch master updated: [MPOM-232] removed waitBeforeTagging now that majority projects use Git

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-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c93f13  [MPOM-232] removed waitBeforeTagging now that majority projects use Git
1c93f13 is described below

commit 1c93f135af994cc0f3a7967da5871d9eed541962
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jan 5 18:10:57 2020 +0100

    [MPOM-232] removed waitBeforeTagging now that majority projects use Git
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 312d1b5..4e9ec33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,6 @@ under the License.
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>
             <arguments>-Papache-release ${arguments}</arguments>
-            <waitBeforeTagging>10</waitBeforeTagging>
           </configuration>
         </plugin>
         <!-- END SNIPPET: release-plugin-configuration -->