Skip to content

Commit

Permalink
Add JReleaser to pluginManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 6, 2022
1 parent f160387 commit 3b557ee
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 @@ -35,6 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<jreleaser.version>1.1.0</jreleaser.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<!-- Documentation -->
<asciidoctorj.version>2.5.4</asciidoctorj.version>
Expand Down Expand Up @@ -237,6 +238,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>${jreleaser.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 3b557ee

Please sign in to comment.