Skip to content

Commit

Permalink
Update jreleaser-maven-plugin to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Nov 7, 2024
1 parent ffb83af commit dc4ea43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<assembly-plugin.version>3.7.1</assembly-plugin.version>
<license-plugin.version>4.6</license-plugin.version>
<os-plugin.version>1.7.1</os-plugin.version>
<jreleaser-plugin.version>1.15.0</jreleaser-plugin.version>

<assertj.version>3.26.3</assertj.version>

Expand Down Expand Up @@ -331,7 +332,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>0.8.0</version>
<version>${jreleaser-plugin.version}</version>
<configuration>
<jreleaser>
<project>
Expand Down

0 comments on commit dc4ea43

Please sign in to comment.