This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit c468907e4f53e5a504ffba53befcb04d94096015 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Mar 1 19:47:56 2019 +0100 Documentation updates and upgrade some dependencies. --- .../apache/sis/math/LinearlyDerivedVectorTest.java | 3 +++ pom.xml | 26 +++++++++++++++------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/core/sis-utility/src/test/java/org/apache/sis/math/LinearlyDerivedVectorTest.java b/core/sis-utility/src/test/java/org/apache/sis/math/LinearlyDerivedVectorTest.java index 288c3ea..8c0ddad 100644 --- a/core/sis-utility/src/test/java/org/apache/sis/math/LinearlyDerivedVectorTest.java +++ b/core/sis-utility/src/test/java/org/apache/sis/math/LinearlyDerivedVectorTest.java @@ -62,6 +62,9 @@ public final strictfp class LinearlyDerivedVectorTest extends TestCase { /** * Tests application of two {@code transform} method calls, which should be merged in a single wrapper. + * This method does not verify that the two method calls have been correctly merged (that would require + * access to private fields), but we verified using debugger. This method verifies at least that the + * resulting vector computes correct values. */ @Test public void testOptimizations() { diff --git a/pom.xml b/pom.xml index 2fc4c72..617d67b 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ </roles> </developer> <developer> - <name>Charitha</name> + <name>Charitha Madusanka</name> <id>charithcc</id> <roles> <role>PMC member</role> @@ -169,7 +169,7 @@ <name>Ian Holsman</name> <id>ianh</id> <roles> - <role>PMC member</role> + <role>PMC emeritus</role> <role>mentor</role> </roles> </developer> @@ -199,7 +199,7 @@ </roles> </developer> <developer> - <name>Marc le Bihan</name> + <name>Marc Le Bihan</name> <roles> <role>PMC member</role> </roles> @@ -228,6 +228,12 @@ </roles> </developer> <developer> + <name>Olivier Nouguier</name> + <roles> + <role>PMC member</role> + </roles> + </developer> + <developer> <name>Patrick O'Leary</name> <id>pjaol</id> <email>[email protected]</email> @@ -432,7 +438,7 @@ <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> - <version>1.16.0</version> + <version>1.16.1</version> <optional>true</optional> </dependency> <dependency> @@ -450,7 +456,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.17</version> + <version>1.18</version> </dependency> <!-- Databases --> @@ -687,7 +693,7 @@ <!-- Set "*-source-release.zip" filename prefix to "sis-*" instead of "parent-*" --> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1</version> <executions> <execution> <id>source-release-assembly</id> @@ -920,13 +926,17 @@ </plugin> </plugins> - <!-- Following plugins are used only by some specific modules. --> <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>3.0.0-M1</version> + </plugin> + <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.4.12.v20180830</version> + <version>9.4.15.v20190215</version> </plugin> </plugins> </pluginManagement>
