]> source.dussan.org Git - jgit.git/commitdiff
Update japicmp-maven-plugin to 0.15.3 20/178420/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 26 Mar 2021 11:28:13 +0000 (12:28 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 26 Mar 2021 11:28:13 +0000 (12:28 +0100)
Change-Id: I3b1b295e7f97182a5541b1912e0acbfffb981d71

org.eclipse.jgit.http.server/pom.xml
pom.xml

index fb3890cb1f631320f87c8df824ad77e001f0d333..965d13850b87523c8e798f9103c92a80ae99952a 100644 (file)
                       <groupId>${project.groupId}</groupId>
                       <artifactId>${project.artifactId}</artifactId>
                       <version>${jgit-last-release-version}</version>
+                      <type>jar</type>
                   </dependency>
               </oldVersion>
               <newVersion>
                   <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 e4454ab8a2a4fc30ddd2b55b12a394cc10290715..11f4a0c1e89d0c1bf03eb3969efd98e79b8b510e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>