diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-09-09 00:12:45 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-09-09 00:14:08 +0200 |
commit | 8cd49885ba2fbc41b79c2b3104b4f8d2f9a39547 (patch) | |
tree | 3430f50a43c13af915ed33fa299f9d517f16f352 /org.eclipse.jgit.ssh.jsch/pom.xml | |
parent | aabd3d5ed1f80567a516c069483ad5a08ec03c68 (diff) | |
parent | ed9992896a9e8b2903f968fbfc007d1154335d18 (diff) | |
download | jgit-8cd49885ba2fbc41b79c2b3104b4f8d2f9a39547.tar.gz jgit-8cd49885ba2fbc41b79c2b3104b4f8d2f9a39547.zip |
Merge branch 'stable-5.9' into master
* stable-5.9:
Prepare 5.9.1-SNAPSHOT builds
JGit v5.9.0.202009080501-r
[releng] Enable japicmp for the fragments added in 5.8.0
GitlinkMergeTest: fix boxing warnings
Remove unused API problem filters
Add missing since tag on BundleWriter#addObjectsAsIs
GPG: include signer's user ID in the signature
Change-Id: Iaa96f9228752540f446fc232a49f31a738fd8d30
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ssh.jsch/pom.xml')
-rw-r--r-- | org.eclipse.jgit.ssh.jsch/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ssh.jsch/pom.xml b/org.eclipse.jgit.ssh.jsch/pom.xml index dd59f792ff..aab4dbe69d 100644 --- a/org.eclipse.jgit.ssh.jsch/pom.xml +++ b/org.eclipse.jgit.ssh.jsch/pom.xml @@ -123,7 +123,6 @@ </configuration> </plugin> - <!-- No previous version to compare to <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> @@ -165,13 +164,11 @@ </execution> </executions> </plugin> - --> </plugins> </build> <reporting> <plugins> - <!-- No previous version to compare to <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> @@ -212,7 +209,6 @@ <skip>false</skip> </configuration> </plugin> - --> </plugins> </reporting> </project> |