You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 14:00:25 UTC

[commons-io] branch master updated (d4d53a56 -> 9e08e9e9)

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

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


    from d4d53a56 Pick up Checkstyle version from parent POM
     new b15c8207 Fix site generation error
     new 9e08e9e9 Pick up Spotbugs version from parent POM

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                    | 8 --------
 src/site/xdoc/proposal.xml | 1 -
 2 files changed, 9 deletions(-)


[commons-io] 01/02: Fix site generation error

Posted by gg...@apache.org.
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-io.git

commit b15c8207c188e957c92ce71c55d083075090d866
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 09:00:15 2023 -0500

    Fix site generation error
---
 src/site/xdoc/proposal.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/site/xdoc/proposal.xml b/src/site/xdoc/proposal.xml
index ac20c4d2..08562342 100644
--- a/src/site/xdoc/proposal.xml
+++ b/src/site/xdoc/proposal.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="xdoc.xsl"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with


[commons-io] 02/02: Pick up Spotbugs version from parent POM

Posted by gg...@apache.org.
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-io.git

commit 9e08e9e91976d2ba1607011ea01ea8b53f8a1366
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 09:00:21 2023 -0500

    Pick up Spotbugs version from parent POM
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index aab3468b..2f4af081 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,13 +450,6 @@ file comparators, endian transformation classes, and much more.
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>com.github.spotbugs</groupId>
-            <artifactId>spotbugs</artifactId>
-            <version>${commons.spotbugs.impl.version}</version>
-         </dependency>
-        </dependencies>
         <configuration>
           <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
@@ -477,7 +470,6 @@ file comparators, endian transformation classes, and much more.
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${commons.spotbugs.plugin.version}</version>
         <configuration>
           <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>