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:
Olivier Lamy 2010-08-28 16:46:56 +00:00
parent 16759b10fe
commit 87ac7b2c14
1 changed files with 4 additions and 1 deletions

View File

@ -143,7 +143,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId> <artifactId>buildnumber-maven-plugin</artifactId>
<version>1.0-beta-1</version> <version>1.0-beta-4</version>
<executions> <executions>
<execution> <execution>
<phase>generate-resources</phase> <phase>generate-resources</phase>
@ -155,6 +155,9 @@
<configuration> <configuration>
<doCheck>false</doCheck> <doCheck>false</doCheck>
<doUpdate>false</doUpdate> <doUpdate>false</doUpdate>
<providerImplementations>
<svn>javasvn</svn>
</providerImplementations>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>