Skip to content

Commit

Permalink
updated japicmp plugin version to correctly handle OSGi bundles again
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Mar 4, 2022
1 parent 6c3a9ba commit 3b06a8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
(org\.eclipse\.ditto.*)|(com\.lihaoyi.*)
</ditto.thirdPartyLicences.excludedGroups>

<japicmp-maven-plugin.version>0.15.4</japicmp-maven-plugin.version>
<japicmp-maven-plugin.version>0.15.7</japicmp-maven-plugin.version>

<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
Expand Down Expand Up @@ -388,9 +388,6 @@
</file>
</newVersion>
<parameter>
<packagingSupporteds>
<packagingSupported>jar</packagingSupported>
</packagingSupporteds>
<onlyModified>true</onlyModified>
<accessModifier>public</accessModifier>
<breakBuildOnModifications>false</breakBuildOnModifications>
Expand Down

0 comments on commit 3b06a8d

Please sign in to comment.