Author: desruisseaux
Date: Thu Aug 6 13:51:12 2015
New Revision: 1694495
URL: http://svn.apache.org/r1694495
Log:
Update depencencies to newer versions.
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform.java
sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties
sis/branches/JDK8/pom.xml
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform.java?rev=1694495&r1=1694494&r2=1694495&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform.java
[UTF-8] Thu Aug 6 13:51:12 2015
@@ -66,11 +66,8 @@ class ConcatenatedTransform extends Abst
/**
* Tolerance threshold for considering a matrix as identity. Since the
value used here is smaller
- * than 1 ULP (about 2.22E-16), it applies only the the zero terms in the
matrix. The terms on the
+ * than 1 ULP (about 2.22E-16), it applies only to the zero terms in the
matrix. The terms on the
* diagonal are still expected to be exactly 1.
- *
- * @deprecated Try to remove completely this tolerance threshold after we
applied double-double arithmetic
- * to all matrices.
*/
private static final double IDENTITY_TOLERANCE = 1E-16;
Modified: sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties?rev=1694495&r1=1694494&r2=1694495&view=diff
==============================================================================
--- sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties
[ISO-8859-1] (original)
+++ sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties
[ISO-8859-1] Thu Aug 6 13:51:12 2015
@@ -80,18 +80,18 @@ project.GeoAPI = ../../../../GeoAP
unit-api.version = 0.6.1
jsr275.version = 0.9.3
jama.version = 1.0.3
-geometry.version = 1.2
+geometry.version = 1.2.1
georss.version = 0.9.8
rome.version = 0.9
jdom1.version = 1.0
jdom2.version = 2.0.4
jee.version = 6.0
osgi.version = 5.0.0
-netcdf.version = 4.5.3
+netcdf.version = 4.6.2
joda-time.version = 2.2
-httpclient.version = 4.2.6
-slf4j.version = 1.7.5
-junit.version = 4.11
+httpclient.version = 4.3.6
+slf4j.version = 1.7.7
+junit.version = 4.12
hamcrest.version = 1.3
jaxb-ns-mapper = 2.2.4
Modified: sis/branches/JDK8/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1694495&r1=1694494&r2=1694495&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Thu Aug 6 13:51:12 2015
@@ -341,7 +341,7 @@ Apache SIS is a free software, Java lang
<dependency>
<groupId>com.esri.geometry</groupId>
<artifactId>esri-geometry-api</artifactId>
- <version>1.2</version>
+ <version>1.2.1</version>
</dependency>
<dependency>
<groupId>gov.nist.math</groupId>
@@ -376,7 +376,7 @@ Apache SIS is a free software, Java lang
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.7.5</version> <!-- Must matches the version used by NetCDF.
-->
+ <version>1.7.7</version> <!-- Must matches the version used by NetCDF.
-->
<scope>runtime</scope> <!-- Should never be needed at compile time. -->
</dependency>
</dependencies>
@@ -402,7 +402,7 @@ Apache SIS is a free software, Java lang
The last properties in this list depend on the Apache SIS branch.
=================================================================== -->
<properties>
- <netcdf.version>4.5.3</netcdf.version>
+ <netcdf.version>4.6.2</netcdf.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<website.encoding>UTF-8</website.encoding>
<website.locale>en</website.locale>
@@ -553,7 +553,7 @@ Apache SIS is a free software, Java lang
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.13</version>
+ <version>2.16</version>
<executions>
<execution>
<goals>
@@ -581,7 +581,7 @@ Apache SIS is a free software, Java lang
<!-- JavaDoc configuration. -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.1</version>
+ <version>2.10.3</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. -->