Ignore releaser milestone check of orphan module

This commit is contained in:
spencergibb
2023-05-23 15:10:35 -04:00
parent fe9bfc53e3
commit daf56b0386

View File

@@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M1</version><!-- @releaser:version-check-off -->
<configuration>
<skip>true</skip>
</configuration>