Skip to content

Commit

Permalink
Fix #1144 / appends .+ to .+-(alpha|beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
onacit authored Sep 25, 2024
1 parent 82b17d2 commit 72538a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions-maven-plugin/src/site/markdown/version-rules.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ the `rules.xml` file:
</ignoreVersion>
<ignoreVersion>
<type>regex</type>
<version>.+-(alpha|beta)</version>
<version>.+-(alpha|beta).+</version>
</ignoreVersion>
<ignoreVersion>
<type>range</type>
Expand Down Expand Up @@ -157,7 +157,7 @@ will be ignored when considering available versions.
Examples:
- `1.0.0`
- `.+-SNAPSHOT`
- `(.+-SNAPSHOT|.+-M\d),.+-(alpha|beta),3.0.0`
- `(.+-SNAPSHOT|.+-M\d),.+-(alpha|beta).+,3.0.0`

$h3 Ignoring certain versions

Expand Down

0 comments on commit 72538a2

Please sign in to comment.