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 2013/07/01 10:30:02 UTC

svn commit: r1498289 - in /jena/trunk: jena-fuseki/pom.xml jena-parent/pom.xml

Author: andy
Date: Mon Jul  1 08:30:02 2013
New Revision: 1498289

URL: http://svn.apache.org/r1498289
Log:
Update maven plugin versions, esp javadoc

Modified:
    jena/trunk/jena-fuseki/pom.xml
    jena/trunk/jena-parent/pom.xml

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1498289&r1=1498288&r2=1498289&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Mon Jul  1 08:30:02 2013
@@ -354,7 +354,7 @@
       <plugin>
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-shade-plugin</artifactId>
-	<version>2.0</version>
+	<version>2.1</version>
 	<configuration>
 	  <shadedArtifactAttached>true</shadedArtifactAttached>
 	  <shadedClassifierName>server</shadedClassifierName>

Modified: jena/trunk/jena-parent/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-parent/pom.xml?rev=1498289&r1=1498288&r2=1498289&view=diff
==============================================================================
--- jena/trunk/jena-parent/pom.xml (original)
+++ jena/trunk/jena-parent/pom.xml Mon Jul  1 08:30:02 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>13</version>
     <relativePath /> <!-- MNG-4687 Avoid warning -->
   </parent>
 
@@ -132,7 +132,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>3.1</version>
           <configuration>
             <encoding>UTF-8</encoding>
             <debug>true</debug>
@@ -146,7 +146,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12.4</version>
+          <version>2.15</version>
         </plugin>
         
         <plugin>
@@ -180,7 +180,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.9</version>
+          <version>2.9.1</version>
           <executions>
             <execution>
               <id>attach-javadocs</id>
@@ -212,7 +212,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>2.8</version>
           <configuration>
             <overWriteReleases>false</overWriteReleases>
             <overWriteIfNewer>true</overWriteIfNewer>