Increase the shortened revision length from 5 to 10.

This commit is contained in:
Manuele Simi 2019-08-12 09:02:10 -04:00
parent 718902de66
commit 35d2d62429
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@
</execution>
</executions>
<configuration>
<shortRevisionLength>5</shortRevisionLength>
<shortRevisionLength>10</shortRevisionLength>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
</configuration>