We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cea71c commit 67aec8aCopy full SHA for 67aec8a
1 file changed
pom.xml
@@ -277,6 +277,23 @@
277
</dependency>
278
</dependencies>
279
</plugin>
280
+ <plugin>
281
+ <groupId>org.codehaus.mojo</groupId>
282
+ <artifactId>versions-maven-plugin</artifactId>
283
+ <version>2.18.0</version>
284
+ <configuration>
285
+ <allowSnapshots>false</allowSnapshots>
286
+ <generateBackupPoms>false</generateBackupPoms>
287
+ <ruleSet>
288
+ <ignoreVersions>
289
+ <ignoreVersion>
290
+ <type>regex</type>
291
+ <version>(.+-SNAPSHOT|.+-(M|RC|rc)\d|.+-(alpha|beta)\d?)</version>
292
+ </ignoreVersion>
293
+ </ignoreVersions>
294
+ </ruleSet>
295
+ </configuration>
296
+ </plugin>
297
<plugin>
298
<groupId>org.apache.maven.plugins</groupId>
299
<artifactId>maven-antrun-plugin</artifactId>
0 commit comments