Skip to content

Commit 4383ad3

Browse files
committed
tell the versions-update-plugin to ignore alpha and M versions
1 parent 36da3d4 commit 4383ad3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@
166166
<compilerArgument>-Xlint:deprecation</compilerArgument>
167167
</configuration>
168168
</plugin>
169+
<plugin>
170+
<groupId>org.codehaus.mojo</groupId>
171+
<artifactId>versions-maven-plugin</artifactId>
172+
<version>2.16.2</version>
173+
<configuration>
174+
<!-- https://www.mojohaus.org/versions/versions-maven-plugin/examples/display-dependency-updates.html -->
175+
<ignoredVersions>.*-M.*,.*-alpha.*</ignoredVersions>
176+
</configuration>
177+
</plugin>
169178
<plugin>
170179
<groupId>org.apache.maven.plugins</groupId>
171180
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)