fixup! scm-publish:publish-scm always fails for me because we do not have a serverId defined
diff --git a/pom.xml b/pom.xml
index 17036b8..77b4b5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -939,7 +939,7 @@
           <version>3.0.0</version>
           <configuration>
             <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
-            <serverId>apache.scm-site</serverId>
+            <serverId>apache.releases.https</serverId>
             <tryUpdate>true</tryUpdate>
           </configuration>
         </plugin>