This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 4ac61f701 chore: remove site override from apache release profile, is
obsolete for a long time now, and it also breaks reproducible builds (#2887)
4ac61f701 is described below
commit 4ac61f701a1ba2f00316bc1a0854bf7ae43a2ded
Author: Lenny Primak <[email protected]>
AuthorDate: Thu Sep 10 09:53:04 2026 -0500
chore: remove site override from apache release profile, is obsolete for a
long time now, and it also breaks reproducible builds (#2887)
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 797da10a5..123cb59c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1655,13 +1655,6 @@
</profile>
<profile>
<id>apache-release</id>
- <distributionManagement>
- <site>
- <id>shiro.website</id>
- <name>Apache Shiro Site</name>
-
<url>scm:svn:https://svn.apache.org/repos/asf/shiro/site/publish/static/${project.version}</url>
- </site>
- </distributionManagement>
<build>
<plugins>
<!-- calculate checksums of source release for Apache dist
area -->