Skip to content

Commit

Permalink
Merge pull request #545 from mwiede/dependabot/maven/org.apache.maven…
Browse files Browse the repository at this point in the history
….plugins-maven-jar-plugin-3.4.1

Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1
  • Loading branch information
mwiede committed May 18, 2024
2 parents 7b7a218 + 86cae73 commit 1021900
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 @@ -490,16 +490,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
Expand Down

0 comments on commit 1021900

Please sign in to comment.