summaryrefslogtreecommitdiffstats
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
parentbeecca02bbcfac49e93c626893659c6a7753cb28 (diff)
downloadjgit-60c32aa22121dfcca2bee12cdc7d9b7df7f81fe4.tar.gz
jgit-60c32aa22121dfcca2bee12cdc7d9b7df7f81fe4.zip
Update japicmp-maven-plugin to 0.15.3
Change-Id: I3b1b295e7f97182a5541b1912e0acbfffb981d71
-rw-r--r--org.eclipse.jgit.http.server/pom.xml3
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 2 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>
diff --git a/pom.xml b/pom.xml
index e4454ab8a2..11f4a0c1e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
<osgi-core-version>4.3.1</osgi-core-version>
<servlet-api-version>3.1.0</servlet-api-version>
<jetty-version>9.4.36.v20210114</jetty-version>
- <japicmp-version>0.14.4</japicmp-version>
+ <japicmp-version>0.15.3</japicmp-version>
<httpclient-version>4.5.13</httpclient-version>
<httpcore-version>4.4.14</httpcore-version>
<slf4j-version>1.7.30</slf4j-version>