Skip to content

Commit

Permalink
build: downgrade maven-release-plugin from 3.0.1 to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jan 11, 2024
1 parent dec0ec1 commit a9e7abe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<localCheckout>true</localCheckout>
<tagNameFormat>@{project.version}</tagNameFormat>
<pushChanges>true</pushChanges>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a9e7abe

Please sign in to comment.