Maven Client too old to build
[maven] Update SVN version
In the .pom.xml file, find the following plugin in.
<groupId> com.google.code.maven-svn-revision-number-plugin</groupId>
Add the following dependency, which upgrade the svn version to 1.8 (my current version)
<dependencies>
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
<version>1.8.10</version>
</dependency>
</dependencies>