diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-17 01:44:52 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-17 01:44:52 +0100 |
commit | f684dc6f8bcdea0fa067eba04a919e2ef458d312 (patch) | |
tree | 2626b8986ec1de6ad2f59c2b6d7be4e325226733 /org.eclipse.jgit.ant | |
parent | 99b06900b9fd0a3d196613ddb99f35d8d343be94 (diff) | |
parent | ee28780bf2dfe8574905835d43b5bb0738ad81ad (diff) | |
download | jgit-f684dc6f8bcdea0fa067eba04a919e2ef458d312.tar.gz jgit-f684dc6f8bcdea0fa067eba04a919e2ef458d312.zip |
Merge branch 'master' into stable-6.0
* master:
Make BinaryBlobException stackless
Typo fix in o.e.j.ssh.{jsch,apache}/README.md
ssh: Handle "ProxyJump none" from SSH config file
ssh: use a single SecureRandom instance for hashing hostnames
OpenSshConfigFile: line comments and quoted strings
OpenSshConfigFile: update token replacements
Add missing .gitignore in o.e.j.ssh.apache.agent
Upgrade plexus-compiler version to 2.9.0
[sshd agent] Introduce ConnectorDescriptor
Update version of last release defining the API baseline to 5.13.0
Update Orbit to S20211108222137
Update README
Update jetty to 9.4.44.v20210927
Simplify SshdFtpChannel
[test] test OpenSshConfigFile directly, not via the JSch config
sshd: add support for ssh-agent
sshd: prepare for using an SSH agent
[releng] bazel: Enable errorprone on o.e.j.ssh.apache
[releng] Make the bazel build use Java 11
Fix target platforms
[doc] Add README and package-info to the SSH bundles
Binary and CR-LF detection: lone CRs -> binary
Factor out parsing git-style size numbers to StringUtils
Make the buffer size for text/binary detection configurable
Change-Id: I5c78eeca3abfc3e0a659ed8a258c4e96e9469713
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index ae4b52d733..eaef00702a 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -38,7 +38,6 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.11</version> </dependency> </dependencies> |