Skip to content

Commit

Permalink
Simplified versions-maven-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Dec 29, 2024
1 parent 7c57d3c commit a3f158b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,15 @@
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>.+-(alpha|beta).+</version>
<version>.+-(alpha|beta).+|.+-rc-.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>(.+-SNAPSHOT|.+-M\d)</version>
</ignoreVersion>
<ignoreVersion>
<type>regex</type>
<version>.+-(alpha|beta).+</version>
<version>(.+-SNAPSHOT|.+-M\d|.+-(alpha|beta).+)||.+-rc-.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
Expand Down

0 comments on commit a3f158b

Please sign in to comment.