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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 149d376  Fix site generation
149d376 is described below

commit 149d376588c77b0c16bde1c4fba13baab2c690c9
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>
 

Reply via email to