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 2013/06/17 10:49:42 UTC

svn commit: r1493684 - /sis/branches/JDK7/pom.xml

Author: desruisseaux
Date: Mon Jun 17 08:49:41 2013
New Revision: 1493684

URL: http://svn.apache.org/r1493684
Log:
Updated NetCDF dependency.

Modified:
    sis/branches/JDK7/pom.xml

Modified: sis/branches/JDK7/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1493684&r1=1493683&r2=1493684&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Mon Jun 17 08:49:41 2013
@@ -347,7 +347,7 @@ Apache SIS is a free software, Java lang
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>1.6.4</version> <!-- Must matches the version used by NetCDF. -->
+        <version>1.7.5</version> <!-- Must matches the version used by NetCDF. -->
         <scope>runtime</scope> <!-- Should never be needed at compile time. -->
       </dependency>
     </dependencies>
@@ -374,7 +374,7 @@ Apache SIS is a free software, Java lang
        =================================================================== -->
   <properties>
     <geoapi.version>3.1-M04</geoapi.version>
-    <netcdf.version>4.3.16</netcdf.version>
+    <netcdf.version>4.3.17</netcdf.version>
     <findbugs.version>2.5.2</findbugs.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <website.encoding>UTF-8</website.encoding>