Author: stephenc Date: Mon Jun 27 11:48:09 2011 New Revision: 1140121 URL: http://svn.apache.org/viewvc?rev=1140121&view=rev Log: tidy up the project/name fields as i am a pedant
Modified: maven/surefire/trunk/surefire-providers/common-junit3/pom.xml maven/surefire/trunk/surefire-providers/common-junit4/pom.xml maven/surefire/trunk/surefire-shadefire/pom.xml Modified: maven/surefire/trunk/surefire-providers/common-junit3/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/common-junit3/pom.xml?rev=1140121&r1=1140120&r2=1140121&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/common-junit3/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/common-junit3/pom.xml Mon Jun 27 11:48:09 2011 @@ -29,7 +29,7 @@ <artifactId>common-junit3</artifactId> - <name>Shared JUnit3 provider code</name> + <name>Shared JUnit3 Provider Code</name> <dependencies> <dependency> Modified: maven/surefire/trunk/surefire-providers/common-junit4/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/common-junit4/pom.xml?rev=1140121&r1=1140120&r2=1140121&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/common-junit4/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/common-junit4/pom.xml Mon Jun 27 11:48:09 2011 @@ -29,7 +29,7 @@ <artifactId>common-junit4</artifactId> - <name>Shared Junit4 Provider Code</name> + <name>Shared JUnit4 Provider Code</name> <dependencies> <dependency> Modified: maven/surefire/trunk/surefire-shadefire/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-shadefire/pom.xml?rev=1140121&r1=1140120&r2=1140121&view=diff ============================================================================== --- maven/surefire/trunk/surefire-shadefire/pom.xml (original) +++ maven/surefire/trunk/surefire-shadefire/pom.xml Mon Jun 27 11:48:09 2011 @@ -24,7 +24,7 @@ <artifactId>surefire-shadefire</artifactId> <version>2.10-SNAPSHOT</version> - <name>surefire-shadefire</name> + <name>ShadeFire JUnit3 Provider</name> <description>A super-shaded junit3 provider that is used by surefire to build itself, that basically has ALL classes relocated to facilitate no API-conflict whatsover with ourself. The only remaining point of conflict is around the booter properties file format