This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/release by this push: new 26e5084 Fix site generation 26e5084 is described below commit 26e508493735f5c183983ce83be94da3a67041f8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 24 14:07:54 2024 -0400 Fix site generation --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0619ac4..f707ce3 100644 --- a/pom.xml +++ b/pom.xml @@ -605,11 +605,6 @@ under the License. <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - <version>2.0</version> - </plugin> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> @@ -640,7 +635,8 @@ under the License. <distributionManagement> <site> <id>apache.website</id> - <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/logging/</url> + <name>Apache Commons Site</name> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-logging/</url> </site> </distributionManagement>