You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/11/05 14:03:24 UTC

svn commit: r1538978 - /sling/trunk/parent/pom.xml

Author: bdelacretaz
Date: Tue Nov  5 13:03:23 2013
New Revision: 1538978

URL: http://svn.apache.org/r1538978
Log:
Use latest maven-surefire-plugin, as we're starting to use JUnit categories

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1538978&r1=1538977&r2=1538978&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Nov  5 13:03:23 2013
@@ -687,6 +687,11 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                         </lifecycleMappingMetadata>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.16</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>