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 10:52:39 UTC

svn commit: r1162030 - /incubator/jena/Experimental/TxTDB/trunk/pom.xml

Author: castagna
Date: Fri Aug 26 08:52:39 2011
New Revision: 1162030

URL: http://svn.apache.org/viewvc?rev=1162030&view=rev
Log:
Specified version of Maven plugins to remove warnings.

Modified:
    incubator/jena/Experimental/TxTDB/trunk/pom.xml

Modified: incubator/jena/Experimental/TxTDB/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Experimental/TxTDB/trunk/pom.xml?rev=1162030&r1=1162029&r2=1162030&view=diff
==============================================================================
--- incubator/jena/Experimental/TxTDB/trunk/pom.xml (original)
+++ incubator/jena/Experimental/TxTDB/trunk/pom.xml Fri Aug 26 08:52:39 2011
@@ -236,7 +236,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2</version>
         <executions>
           <execution>
             <goals>
@@ -339,7 +339,7 @@ build.time.txt=${build.time.txt}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.7.2</version>
+        <version>2.9</version>
         <configuration>
           <outputDirectory>${project.basedir}/target/surefire-reports-html</outputDirectory>
         </configuration>
@@ -378,7 +378,7 @@ build.time.txt=${build.time.txt}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
         <configuration>
           <linkXref>true</linkXref>
           <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
@@ -392,7 +392,7 @@ build.time.txt=${build.time.txt}
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2</version>
         <configuration>
           <omitVisitors>Naming</omitVisitors>
           <onlyAnalyze>org.apache.jena.larq.*</onlyAnalyze>