Skip to content

Commit

Permalink
Fix mimimum maven version, and update release plug-in
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <[email protected]>
  • Loading branch information
arjantijms committed Oct 5, 2022
1 parent 5b7b403 commit 53f7e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0-M6</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
Expand Down Expand Up @@ -194,7 +194,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.4,)</version>
<version>[3.2.5,)</version>
<message>Maven 3.0 through 3.0.3 inclusive does not pass
correct settings.xml to Maven Release Plugin.</message>
</requireMavenVersion>
Expand Down

0 comments on commit 53f7e11

Please sign in to comment.