Skip to content

Commit

Permalink
Fix maven-release-plugin configuration before releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Sep 25, 2024
1 parent 0f7e978 commit 1b40c51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions build/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down
8 changes: 2 additions & 6 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,8 @@
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 1b40c51

Please sign in to comment.