SLING-8904 don't wait before tagging
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>