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 2024/02/16 13:19:38 UTC

(commons-cli) branch master updated (e2178a2 -> bcfcdde)

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-cli.git


    from e2178a2  Bump github/codeql-action from 3.24.0 to 3.24.3 (#235)
     new e57444b  Pick up SpotBugs version from parent POM
     new bcfcdde  Fix Javadoc warning

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                                               | 1 -
 src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


(commons-cli) 02/02: Fix Javadoc warning

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-cli.git

commit bcfcddeed8006772b2372e65e251338450171664
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 16 08:19:34 2024 -0500

    Fix Javadoc warning
---
 src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java b/src/main/java/org/apache/commons/cli/TypeHandler.java
index e13f026..f7cf4fe 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -104,7 +104,7 @@ public class TypeHandler {
      *
      * <p>
      * This method is not yet implemented and always throws an {@link UnsupportedOperationException}.
-     * <p>
+     * </p>
      *
      * @param str the paths to the files
      * @return The File[] represented by {@code str}.


(commons-cli) 01/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-cli.git

commit e57444bca030fd5ff4f852ae746e1b216125ca08
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 16 08:19:04 2024 -0500

    Pick up SpotBugs version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50d73af..7bac0fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,6 @@
         <configuration>
           <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
-        <version>4.8.3.0</version>
       </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>