Skip to content

Commit c007755

Browse files
committed
[build] Set up default expression for ignoring versions when checking for updates
1 parent da1629c commit c007755

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@
299299
<groupId>org.codehaus.mojo</groupId>
300300
<artifactId>versions-maven-plugin</artifactId>
301301
<version>2.18.0</version>
302+
<configuration>
303+
<ignoredVersions>.*-(alpha|beta|M)[-0-9]+</ignoredVersions>
304+
</configuration>
302305
</plugin>
303306
</plugins>
304307
</build>

0 commit comments

Comments
 (0)