Fix broken maven files

- Change surefire plugin from 2.1.12 to 2.12
 - Update parent pom to remove reference to removed jsf sample
This commit is contained in:
Phillip Webb
2012-05-30 15:04:25 -07:00
parent 65fe46e524
commit b995626545
5 changed files with 4 additions and 5 deletions

View File

@@ -217,7 +217,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.1.12</version>
<version>2.12</version>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
<includes>