You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/01/28 11:16:21 UTC

svn commit: r1237033 - /maven/surefire/trunk/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml

Author: krosenvold
Date: Sat Jan 28 10:16:20 2012
New Revision: 1237033

URL: http://svn.apache.org/viewvc?rev=1237033&view=rev
Log:
o Removed incorrect setting in pom.xml.

Unsure if this has anything to do with failing release, but it's certainly incorrect so here goes.

Modified:
    maven/surefire/trunk/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml

Modified: maven/surefire/trunk/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml?rev=1237033&r1=1237032&r2=1237033&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml Sat Jan 28 10:16:20 2012
@@ -41,7 +41,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <groups>${groups}</groups>
                     <source>1.5</source>
                     <target>1.5</target>
                 </configuration>