mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
02-AddVersionPlugin
This commit is contained in:
parent
106ca821fa
commit
6a06fb7c68
1 changed files with 16 additions and 0 deletions
16
pom.xml
16
pom.xml
|
|
@ -112,6 +112,7 @@
|
||||||
<version.maven-shade-plugin>3.6.0</version.maven-shade-plugin>
|
<version.maven-shade-plugin>3.6.0</version.maven-shade-plugin>
|
||||||
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>
|
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>
|
||||||
<version.maven-surefire-plugin>3.5.3</version.maven-surefire-plugin>
|
<version.maven-surefire-plugin>3.5.3</version.maven-surefire-plugin>
|
||||||
|
<version.versions-maven-plugin>2.18.0</version.versions-maven-plugin>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Compile -->
|
<!-- Compile -->
|
||||||
|
|
@ -607,6 +608,21 @@
|
||||||
<lineEnding>LF</lineEnding>
|
<lineEnding>LF</lineEnding>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>versions-maven-plugin</artifactId>
|
||||||
|
<version>${version.versions-maven-plugin}</version>
|
||||||
|
<configuration>
|
||||||
|
<ruleSet>
|
||||||
|
<ignoreVersions>
|
||||||
|
<ignoreVersion>
|
||||||
|
<type>regex</type>
|
||||||
|
<version>(?i).+[-.](alpha|beta|rc\d|m\d|pre\d).*</version>
|
||||||
|
</ignoreVersion>
|
||||||
|
</ignoreVersions>
|
||||||
|
</ruleSet>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<reporting>
|
<reporting>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue