Skip to content

Commit

Permalink
explicitely define m-jar-p version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 1, 2023
1 parent 68173dd commit 0c28d93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 0c28d93

Please sign in to comment.