We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13617b9 commit 1b06279Copy full SHA for 1b06279
versionRuleset.xml
@@ -3,6 +3,12 @@
3
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4
<rules>
5
<rule groupId="*" artifactId="*s" comparisonMethod="maven">
6
+ <!--
7
+ This regex is intended to restrict version updates to the last stable releases of dependencies and plugins.
8
+
9
+ Any version that does not contain the stable maven-plugin version naming scheme (EG "-M7"),
10
+ but does contain letters a-zA-Z (and optional digits after)
11
+ -->
12
<ignoreVersions>
13
<ignoreVersion type="regex">^(?!.[\s\S]*-M\d*).[\s\S]*.*[a-zA-Z]\d.*$</ignoreVersion>
14
</ignoreVersions>
0 commit comments