You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/05/20 20:01:29 UTC

[1/2] jena git commit: Upgrading code quality plugin versions

Repository: jena
Updated Branches:
  refs/heads/master 4791f7bee -> 592ecb9e6


Upgrading code quality plugin versions


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/e388e8bf
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/e388e8bf
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/e388e8bf

Branch: refs/heads/master
Commit: e388e8bfd712b009cf7fbb5f81fb1be5d4c36397
Parents: 7ef374f
Author: ajs6f <aj...@virginia.edu>
Authored: Wed May 13 12:44:57 2015 -0400
Committer: ajs6f <aj...@virginia.edu>
Committed: Wed May 13 12:44:57 2015 -0400

----------------------------------------------------------------------
 jena-parent/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e388e8bf/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index df13c93..8fece33 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -703,7 +703,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.17</version>
+        <version>2.18.1</version>
         <configuration>
           <outputDirectory>${project.basedir}/target/surefire-reports-html</outputDirectory>
         </configuration>
@@ -712,7 +712,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.7</version>
         <configuration>
           <instrumentation>
             <ignores>
@@ -725,19 +725,19 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.15</version>
       </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.5</version>
       </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.5</version>
+        <version>3.4</version>
         <configuration>
           <linkXref>true</linkXref>
           <sourceEncoding>utf-8</sourceEncoding>
@@ -748,7 +748,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>3.0.1</version>
       </plugin>
 
     </plugins>


[2/2] jena git commit: Merge commit 'refs/pull/65/head' of github.com:apache/jena

Posted by an...@apache.org.
Merge commit 'refs/pull/65/head' of github.com:apache/jena

This closes #65.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/592ecb9e
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/592ecb9e
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/592ecb9e

Branch: refs/heads/master
Commit: 592ecb9e6fb54d6b3711c73264d531326738cacb
Parents: 4791f7b e388e8b
Author: Andy Seaborne <an...@apache.org>
Authored: Wed May 20 18:55:50 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed May 20 18:55:50 2015 +0100

----------------------------------------------------------------------
 jena-parent/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------