diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-23 17:55:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-23 17:59:49 +0200 |
commit | e6619980ed2354e05760fd6fa0d3ba12831b8f8b (patch) | |
tree | cc7cd1f04b1d070f91c9dd4628cc0a162117dafe /org.eclipse.jgit/.settings | |
parent | 2eb83f4b4ac77d1647cfcf0a06df44eb22f15da7 (diff) | |
parent | f30382b1915723c526e50d7c9669c45a57c8ca86 (diff) | |
download | jgit-e6619980ed2354e05760fd6fa0d3ba12831b8f8b.tar.gz jgit-e6619980ed2354e05760fd6fa0d3ba12831b8f8b.zip |
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3:
Prepare 5.3.5-SNAPSHOT builds
JGit v5.3.4.201908231101-r
Prepare 5.1.11-SNAPSHOT builds
JGit v5.1.10.201908230655-r
Use AtomicReferences to cache user and system level configs
Fix copy-paste typo in CloneCommand#cleanup
SystemReader: Use correct constructor of FileBasedConfig
Change-Id: I4422632766fc5554a20f75346c5480b7fb611484
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 5ca7c0f664..30ff73be2a 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -3,7 +3,7 @@ <resource path="META-INF/MANIFEST.MF"> <filter id="924844039"> <message_arguments> - <message_argument value="5.4.1"/> + <message_argument value="5.4.2"/> <message_argument value="5.4.0"/> </message_arguments> </filter> |