Skip to content

Commit

Permalink
Streamline versions-maven-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Jul 22, 2024
1 parent 332b0cb commit dcbd980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@
<artifactId>versions-maven-plugin</artifactId>
<version>${versions-maven-plugin-version}</version>
<configuration>
<ignoredVersions>.*-alpha.*,.*-rc[0-9]+.*,.*-ALPHA.*,.*-BETA.*</ignoredVersions>
<ignoredVersions>.*[\.-](?i)(alpha|beta|(rc[0-9]+)|(m\d+)).*</ignoredVersions>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit dcbd980

Please sign in to comment.