You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2017/05/29 14:57:57 UTC

svn commit: r1796638 - /sis/branches/JDK8/pom.xml

Author: desruisseaux
Date: Mon May 29 14:57:57 2017
New Revision: 1796638

URL: http://svn.apache.org/viewvc?rev=1796638&view=rev
Log:
Update Maven dependencies.

Modified:
    sis/branches/JDK8/pom.xml

Modified: sis/branches/JDK8/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1796638&r1=1796637&r2=1796638&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Mon May 29 14:57:57 2017
@@ -425,7 +425,7 @@ Apache SIS is a free software, Java lang
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
 
       <!-- Databases -->
@@ -781,6 +781,7 @@ Apache SIS is a free software, Java lang
       <!-- JavaDoc configuration. -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10.4</version>
         <configuration>
           <source>${maven.compile.source}</source>              <!-- Enables javadoc to handle language constructs present in target JDK. -->
           <encoding>${project.build.sourceEncoding}</encoding>  <!-- Encoding of Java source file. -->