Ignores plugin and test milestone versions in releaser.

Fixes gh-1625
This commit is contained in:
spencergibb
2021-03-18 12:08:00 -04:00
parent f141261c15
commit 02e2f04bab
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<dependency.locations.enabled>false</dependency.locations.enabled>
<maven.plugin.plugin.version>3.6.0</maven.plugin.plugin.version>
<maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>
<maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version><!-- @releaser:version-check-off -->
<asciidoctor-maven-plugin.version>1.6.0</asciidoctor-maven-plugin.version>
<maven-filtering.version>3.1.1</maven-filtering.version>
<maven-scm-publish-plugin.version>3.0.0</maven-scm-publish-plugin.version>

View File

@@ -110,7 +110,7 @@
<groupId>com.example.github</groupId>
<artifactId>github-webhook</artifactId>
<classifier>stubs</classifier>
<version>1.0.0.M1-190120_193303-VERSION</version>
<version>1.0.0.M1-190120_193303-VERSION</version><!-- @releaser:version-check-off -->
<scope>test</scope>
<exclusions>
<exclusion>
@@ -123,7 +123,7 @@
<groupId>com.example.github</groupId>
<artifactId>github-analytics</artifactId>
<classifier>stubs</classifier>
<version>1.0.0.M1-190120_105104-VERSION</version>
<version>1.0.0.M1-190120_105104-VERSION</version><!-- @releaser:version-check-off -->
<scope>test</scope>
<exclusions>
<exclusion>