diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-14 01:32:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-14 01:32:21 +0200 |
commit | eb4deda9098678e460fe2a83cea085764fa0c471 (patch) | |
tree | 1d53d7c01a8de5a5a21169cf34f510587bb765cd /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml | |
parent | 64d0aaa2b624e9c011390d817a6d1fef335bf7b6 (diff) | |
parent | 2533a284c1bf30477c4a61f4893929201a1244f3 (diff) | |
download | jgit-eb4deda9098678e460fe2a83cea085764fa0c471.tar.gz jgit-eb4deda9098678e460fe2a83cea085764fa0c471.zip |
Merge branch 'stable-5.12'
* stable-5.12:
Prepare 5.12.1-SNAPSHOT builds
JGit v5.12.0.202106070339-r
[license-check] Update list of project dependencies
[errorprone] Fix warning InputStreamSlowMultibyteRead
[errorprone] Make operator precedence explicit in OpenSshConfigFile
Update jetty to 9.4.41.v20210516
Prepare 5.1.17-SNAPSHOT builds
JGit v5.1.16.202106041830-r
BatchRefUpdate: Skip saving conflicting ref names and prefixes in memory
BatchRefUpdateTest: Accurately assert RefsChangedEvent(s) fired
Optimize RefDirectory.isNameConflicting()
Update bazlets and bazel version
Change-Id: I9bd4dfc3796a5034be7b3e86b35ef591bb516a2c
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml index 15cbc1594e..8147102d34 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.jsch" label="%featureName" - version="5.12.0.qualifier" + version="5.12.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.12.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.12.1" match="equivalent"/> </requires> <plugin |