Skip to content

Commit fa988f7

Browse files
committed
[build] Set up default expression for ignoring versions when checking for updates
(cherry picked from commit c007755)
1 parent 1ed0550 commit fa988f7

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
@@ -292,6 +292,9 @@
292292
<groupId>org.codehaus.mojo</groupId>
293293
<artifactId>versions-maven-plugin</artifactId>
294294
<version>2.18.0</version>
295+
<configuration>
296+
<ignoredVersions>.*-(alpha|beta|M)[-0-9]+</ignoredVersions>
297+
</configuration>
295298
</plugin>
296299
</plugins>
297300
</build>

0 commit comments

Comments
 (0)