mirror of https://github.com/apache/maven.git
upgrade buildnumber-maven-plugin to 1.0-beta-4
use javasvn to prevent forking a cli and be able to build maven on machine without svn cli git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@990393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16759b10fe
commit
87ac7b2c14
|
@ -143,7 +143,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>buildnumber-maven-plugin</artifactId>
|
||||
<version>1.0-beta-1</version>
|
||||
<version>1.0-beta-4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-resources</phase>
|
||||
|
@ -155,6 +155,9 @@
|
|||
<configuration>
|
||||
<doCheck>false</doCheck>
|
||||
<doUpdate>false</doUpdate>
|
||||
<providerImplementations>
|
||||
<svn>javasvn</svn>
|
||||
</providerImplementations>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue