Updated Branches: refs/heads/master a621904ea -> ec09dc90e
fixed typos Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/ec09dc90 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/ec09dc90 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/ec09dc90 Branch: refs/heads/master Commit: ec09dc90ed989a24f934bcd8b80713483a23bfc7 Parents: a621904 Author: Hervé Boutemy <hbout...@apache.org> Authored: Wed Nov 7 00:29:26 2012 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Wed Nov 7 00:29:26 2012 +0100 ---------------------------------------------------------------------- pom.xml | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ec09dc90/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af86ffa..8c6945b 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <name>Surefire Developer List</name> <post>surefire-...@maven.apache.org</post> <subscribe>surefire-dev-subscr...@maven.apache.org</subscribe> - <unsubscribe>surfire-dev-unsubscr...@maven.apache.org</unsubscribe> + <unsubscribe>surefire-dev-unsubscr...@maven.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-surefire-dev/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/surefire-dev@maven.apache.org</otherArchive> @@ -296,7 +296,8 @@ <exclude>.gitignore</exclude> <exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider</exclude> </excludes> - </configuration> </plugin> + </configuration> + </plugin> </plugins> </pluginManagement> </build> @@ -331,12 +332,12 @@ </reportPlugins> </configuration> <dependencies> - <dependency> - <groupId>org.apache.maven.surefire</groupId> - <artifactId>surefire-shadefire</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <dependency> + <groupId>org.apache.maven.surefire</groupId> + <artifactId>surefire-shadefire</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </plugin> </plugins> </pluginManagement>