Ignores plugin and test milestone versions in releaser.
Fixes gh-1625
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user