This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 9c5b74cc2 Post-release documentation updates
new 1352b75b7 Minor: fix validBefore in ephemeral certificate used in tests
add 621e59f70 Bump com.google.errorprone:error_prone_core from 2.42.0 to
2.43.0 (#846)
add b4f2c4a44 Bump com.github.mwiede:jsch from 2.27.3 to 2.27.4 (#845)
add e82a9d378 Add Maven Wrapper
new a8d7ebe2a Merge branch 'master' into 3.0.0
new 274ef5015 GH-852: fix wrong import
The 3 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:
.gitattributes | 2 +
.mvn/wrapper/maven-wrapper.properties | 3 +
CHANGES.md | 1 +
assembly/src/main/descriptors/unix-src.xml | 4 +-
assembly/src/main/descriptors/windows-src.xml | 4 +-
mvnw | 295 +++++++++++++++++++++
mvnw.cmd | 189 +++++++++++++
pom.xml | 4 +-
.../security/eddsa/jce/JcePublicKeyFactory.java | 2 +-
.../signature/OpenSshHostCertificateTest.java | 4 +-
10 files changed, 501 insertions(+), 7 deletions(-)
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100755 mvnw
create mode 100644 mvnw.cmd