Update required Maven version, surefire plugin to avoid an exception?

git-svn-id: https://zxing.googlecode.com/svn/trunk@2721 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-05-13 18:02:59 +00:00
parent 881e2cb7da
commit f6eb3543ad

View file

@ -60,6 +60,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<modules>
<module>core</module>
<module>javase</module>
@ -161,7 +165,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<version>2.4.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
@ -174,7 +178,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<version>2.14.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>