You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/08/26 09:00:23 UTC

svn commit: r1162009 - /incubator/jena/Jena2/ARQ/trunk/pom.xml

Author: castagna
Date: Fri Aug 26 07:00:23 2011
New Revision: 1162009

URL: http://svn.apache.org/viewvc?rev=1162009&view=rev
Log:
This should get rid of the "Upstream Projects" -> maven-surefire in Jenkins. Let's try.

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1162009&r1=1162008&r2=1162009&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Fri Aug 26 07:00:23 2011
@@ -194,6 +194,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.9</version>
         <configuration>
           <includes>
             <include>**/TS_*.java</include>
@@ -371,6 +372,7 @@ build.time.txt=${build.time.txt}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.9</version>
         <configuration>
           <outputDirectory>${project.basedir}/target/surefire-reports-html</outputDirectory>
         </configuration>