summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-03-26 12:28:13 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2021-03-26 12:28:13 +0100
commit60c32aa22121dfcca2bee12cdc7d9b7df7f81fe4 (patch)
tree7e24cdcb82ceeee139ac51ce0b0107a82e544288 /org.eclipse.jgit.http.server
parentbeecca02bbcfac49e93c626893659c6a7753cb28 (diff)
downloadjgit-60c32aa22121dfcca2bee12cdc7d9b7df7f81fe4.tar.gz
jgit-60c32aa22121dfcca2bee12cdc7d9b7df7f81fe4.zip
Update japicmp-maven-plugin to 0.15.3
Change-Id: I3b1b295e7f97182a5541b1912e0acbfffb981d71
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r--org.eclipse.jgit.http.server/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index fb3890cb1f..965d13850b 100644
--- a/org.eclipse.jgit.http.server/pom.xml
+++ b/org.eclipse.jgit.http.server/pom.xml
@@ -126,6 +126,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${jgit-last-release-version}</version>
+ <type>jar</type>
</dependency>
</oldVersion>
<newVersion>
@@ -143,7 +144,7 @@
<breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
<onlyBinaryIncompatible>false</onlyBinaryIncompatible>
<includeSynthetic>false</includeSynthetic>
- <ignoreMissingClasses>false</ignoreMissingClasses>
+ <ignoreMissingClasses>true</ignoreMissingClasses>
<skipPomModules>true</skipPomModules>
</parameter>
<skip>false</skip>