Skip to content

Commit

Permalink
Merge pull request #29 from mathisdt/dependabot/maven/org.apache.mave…
Browse files Browse the repository at this point in the history
…n.plugins-maven-jar-plugin-3.3.0

Bump maven-jar-plugin from 3.2.2 to 3.3.0
  • Loading branch information
mathisdt authored Oct 2, 2022
2 parents 1119fd2 + 6edb99b commit 7dbb5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<outputDirectory>${project.build.directory}/distribution/bin</outputDirectory>
<finalName>${project.artifactId}</finalName>
Expand Down

0 comments on commit 7dbb5bd

Please sign in to comment.