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 410459d3 Bump actions/setup-java from 4.6.0 to 4.7.0 (#353)
     add 6d9c6a6c Prepare for the next release candidate
     add eba340ec Bump org.apache.commons:commons-parent from 78 to 79
     add 6d911e87 Add a security page
     add 560bac07 Update site documentation to 
https://maven.apache.org/xsd/xdoc-2.0.xsd
     add 0f11867d Match Doxia 2 site generation
     add 38ca4f62 Javadoc is missing its Overview page
     add 004d38dc Pick up Mockito version from parent POM
     add 9250e9da Remove trailing whitespace
     add aa2f2267 Group Javadoc menu
     add 32d82adf Get mockito version from parent pom (#351)
     add 2041a5ee Update contributing file from user feedback
     add 695fbd0b Bump org.apache.commons:commons-parent from 79 to 80
     add 824b1bf0 Bump org.apache.commons:commons-parent from 80 to 81
     add 1d76328f Deprecate PatternOptionBuilder.PatternOptionBuilder()
     add 4994a041 Fix Javadoc warnings
     new f19ef5f9 Merge from release

The 1 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:
 CONTRIBUTING.md                                    | 19 +++--
 pom.xml                                            |  9 +--
 src/changes/changes.xml                            | 13 +++-
 src/changes/release-notes.vm                       |  2 +-
 .../java/org/apache/commons/cli/BasicParser.java   |  8 ++
 .../java/org/apache/commons/cli/GnuParser.java     |  8 ++
 .../java/org/apache/commons/cli/HelpFormatter.java |  7 ++
 .../java/org/apache/commons/cli/OptionGroup.java   |  7 ++
 src/main/java/org/apache/commons/cli/Options.java  |  8 ++
 src/main/java/org/apache/commons/cli/Parser.java   |  8 ++
 .../apache/commons/cli/PatternOptionBuilder.java   | 10 +++
 .../java/org/apache/commons/cli/PosixParser.java   |  8 ++
 .../apache/commons/cli => javadoc}/overview.html   | 22 +++---
 src/site/site.xml                                  | 90 ++++++++++++----------
 src/site/xdoc/index.xml                            |  8 +-
 src/site/xdoc/introduction.xml                     |  8 +-
 src/site/xdoc/issue-tracking.xml                   | 14 ++--
 src/site/xdoc/mail-lists.xml                       | 12 +--
 src/site/xdoc/release_1_0.xml                      |  2 +-
 src/site/xdoc/release_1_2.xml                      |  2 +-
 src/site/xdoc/release_1_3.xml                      |  2 +-
 src/site/xdoc/release_1_3_1.xml                    |  2 +-
 src/site/xdoc/release_1_4.xml                      |  2 +-
 src/site/xdoc/security.xml                         | 51 ++++++++++++
 src/site/xdoc/upgrading-1.0-to-1.1.xml             |  4 +-
 25 files changed, 230 insertions(+), 96 deletions(-)
 rename src/main/{java/org/apache/commons/cli => javadoc}/overview.html (68%)
 create mode 100644 src/site/xdoc/security.xml

Reply via email to