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

github-bot pushed a change to branch 
dependabot/maven/org.apache.sshd-sshd-core-2.12.0
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


 discard 2e2bd5dd Bump org.apache.sshd:sshd-core from 0.8.0 to 2.12.0
     add de729d28 Bump actions/cache from 3.3.3 to 4.0.0 (#470)
     add c6a58286 Bump actions/upload-artifact from 4.0.0 to 4.2.0 (#469)
     add bea55df7 Bump github/codeql-action from 3.23.0 to 3.23.1 (#468)
     add bdad3bae Declutter: Tests don't need Javadoc @since tags
     add b78f4291 Declutter: Tests don't need Javadoc @since tags
     add 331779b3 Normalize end of comments
     add e68fbd65 Add newer artifacts to distribution archives
     add 0d01b166 Prepare release candidate
     add b8c7ff2d Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#474)
     add 059ee07d Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#475)
     add 4f1e016f Remove whitespace
     add 176fbae7 Remove -Djdk.tls.client.protocols=TLSv1.2 on Java 11
     add 8a347992 Bump org.apache.sshd:sshd-core from 0.8.0 to 2.12.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2e2bd5dd)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.sshd-sshd-core-2.12.0 (8a347992)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |   8 +-
 .github/workflows/coverage.yml                     |   4 +-
 .github/workflows/maven.yml                        |   2 +-
 .github/workflows/scorecards-analysis.yml          |   4 +-
 CONTRIBUTING.md                                    | 229 ++++++++-------
 README.md                                          | 221 ++++++++-------
 RELEASE-NOTES.txt                                  | 131 +++++++++
 commons-vfs2-distribution/pom.xml                  | 120 ++++++++
 commons-vfs2-distribution/src/assembly/bin.xml     |   4 +
 commons-vfs2-examples/README.md                    | 105 -------
 .../webdav4/test/Webdav4ProviderTestCase.java      |   2 -
 .../webdav4/test/Webdav4ProviderTestSuite.java     |   2 -
 .../webdav4/test/Webdav4VersioningTests.java       |   2 -
 .../vfs2/provider/ftps/FtpsFileProvider.java       |   2 -
 .../commons/vfs2/FileExtensionSelectorTest.java    |   2 -
 .../apache/commons/vfs2/FileSystemOptionsTest.java |   2 -
 .../apache/commons/vfs2/FileTypeSelectorTest.java  |   2 -
 .../java/org/apache/commons/vfs2/FileTypeTest.java |   2 -
 .../commons/vfs2/PatternFileSelectorTest.java      |   2 -
 .../org/apache/commons/vfs2/PermissionsTests.java  |   2 -
 .../test/java/org/apache/commons/vfs2/VFSTest.java |   1 -
 .../commons/vfs2/function/VfsConsumerTest.java     |   2 -
 .../vfs2/impl/DefaultFileSystemManagerTest.java    |   2 -
 .../vfs2/impl/StandardFileSystemManagerTest.java   |   2 -
 .../vfs2/provider/http/HttpFilesCacheTest.java     |   2 -
 .../http/HttpGetContentInfoFunctionalTest.java     |   2 -
 .../https/HttpsGetContentInfoFunctionalTest.java   |   2 -
 .../local/LocalFileRandomAccessContentTest.java    |   1 -
 .../ram/RamFileRandomAccessContentTest.java        |   1 -
 .../vfs2/provider/tar/CreateFileSystemTest.java    |   1 -
 .../commons/vfs2/util/FileObjectUtilsTest.java     |   2 -
 pom.xml                                            |   3 +-
 src/changes/changes.xml                            |   2 +-
 src/changes/release-notes.vm                       |   1 -
 src/site/xdoc/download_vfs.xml                     | 312 ++++++++++-----------
 src/site/xdoc/index.xml                            |   4 +
 src/site/xdoc/issue-tracking.xml                   |   2 +-
 src/site/xdoc/mail-lists.xml                       |  38 ++-
 38 files changed, 675 insertions(+), 553 deletions(-)
 delete mode 100644 commons-vfs2-examples/README.md

Reply via email to