diff options
author | Thomas Wolf <twolf@apache.org> | 2023-10-21 15:15:34 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-15 21:38:23 +0100 |
commit | ac0a9959759a69a966cd1390eb1949fb0bfd3a50 (patch) | |
tree | 462d151ef8a1dfa0a6829fc262ec7b69956d97b9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target | |
parent | 91c9146224cf2f8c9053cf565fa292c983acaca0 (diff) | |
download | jgit-ac0a9959759a69a966cd1390eb1949fb0bfd3a50.tar.gz jgit-ac0a9959759a69a966cd1390eb1949fb0bfd3a50.zip |
SSH: bump org.apache.sshd to 2.11.0
Update maven build, bazel build, and target platform.
Also remove a file in a ./bin directory that got committed by mistake
in commit f5f4bf0ad.
Change-Id: Ia653c71643f8fad290874d723dacdafbef25c13f
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target index bde048c0f3..db399c1f4f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.28" sequenceNumber="1699482561"> +<target name="jgit-4.28" sequenceNumber="1700080695"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -63,13 +63,13 @@ <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-osgi</artifactId> - <version>2.10.0</version> + <version>2.11.0</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.10.0</version> + <version>2.11.0</version> <type>jar</type> </dependency> </dependencies> |