summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-11-05 15:24:54 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2019-11-05 15:25:08 +0100
commitcbdb5e7750523218859577a771d2895adb3dca63 (patch)
tree24385332e1c785d2fb5270263d93f9e05965ffcb /pom.xml
parentf884705088bbf51953e417176cbf4a9dcbc742e7 (diff)
parent29a429c29a9bb83fc6f5069167d5eef36ecf250d (diff)
downloadjgit-cbdb5e7750523218859577a771d2895adb3dca63.tar.gz
jgit-cbdb5e7750523218859577a771d2895adb3dca63.zip
Merge branch 'stable-5.2' into stable-5.3
* stable-5.2: Run JMH benchmarks using bazel Benchmark for creating files and FileSnapshots Implement benchmark for looking up FileStore of a given Path JMH benchmark for SimpleLruCache Update API problem filters Remove unused API problem filters Silence API errors for new API added since 5.1.0 Change-Id: I00615958ab6fbdff601e87a9792aba5606cda12a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8496e295b9..c839617dda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1037,8 +1037,8 @@
<module>org.eclipse.jgit.lfs.test</module>
<module>org.eclipse.jgit.lfs.server.test</module>
<module>org.eclipse.jgit.ssh.apache.test</module>
-
<module>org.eclipse.jgit.coverage</module>
+ <module>org.eclipse.jgit.benchmarks</module>
</modules>
</project>