Skip to content

Commit

Permalink
Merge pull request #33 from hboutemy/patch-1
Browse files Browse the repository at this point in the history
pin m-jar-p version, fixes Reproducible Builds issue
  • Loading branch information
rvullriede authored Oct 30, 2024
2 parents 879fd9d + beafe01 commit d2114d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -240,4 +245,4 @@
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
</project>

0 comments on commit d2114d3

Please sign in to comment.