Skip to content

Commit

Permalink
Merge pull request #33 from camunda-community-hub/jonathanlukas-patch-1
Browse files Browse the repository at this point in the history
Update maven-jar-plugin to 3.3.0
  • Loading branch information
remcowesterhoud authored Aug 16, 2023
2 parents 6feaee8 + e7b70ad commit ecb36ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
<!-- Pin version down to 2.5 to be able to run on JDK 17 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
<version>3.3.0</version>
<configuration>
<useDefaultManifestFile>true</useDefaultManifestFile>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
Expand Down

0 comments on commit ecb36ce

Please sign in to comment.