You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/01/05 13:23:12 UTC

[sling-parent] branch master updated: SLING-8904 don't wait before tagging

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 580fe0a  SLING-8904 don't wait before tagging
580fe0a is described below

commit 580fe0a7976ee5251c58db05b7390798454c4529
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jan 5 14:23:03 2020 +0100

    SLING-8904 don't wait before tagging
---
 sling-parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index c62b228..0b65fb4 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -292,6 +292,10 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>3.0.0-M1</version>
+                    <!-- overwrite wait time set in ASF Parent, as Sling only uses Git -->
+                    <configuration>
+                        <waitBeforeTagging>0</waitBeforeTagging>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>