Skip to content

Commit 0318893

Browse files
Updating Versionsruleset
Removing unintended characters from regex
1 parent 63b7b05 commit 0318893

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,12 @@
424424
<groupId>org.apache.maven.plugins</groupId>
425425
<artifactId>maven-dependency-plugin</artifactId>
426426
<version>3.2.0</version>
427+
<executions>
428+
<execution>
429+
<id>analyze</id>
430+
<goals><goal>analyze-only</goal></goals>
431+
<configuration><failOnWarning>true</failOnWarning></configuration>
432+
</execution></executions>
427433
</plugin>
428434
<plugin>
429435
<groupId>org.apache.maven.plugins</groupId>

versionRuleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
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">
44
<rules>
5-
<rule groupId="*" artifactId="*s" comparisonMethod="maven">
5+
<rule groupId="*" artifactId="*" comparisonMethod="maven">
66
<!--
77
This regex is intended to restrict version updates to the last stable releases of dependencies and plugins.
88

0 commit comments

Comments
 (0)