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
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new 04c2145 Update Maven dependencies, JavaFX dependency, and fix a
broken javadoc link.
04c2145 is described below
commit 04c2145fd313c2118a9cb3b09ae1e6c4757ddefe
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Fri Sep 10 14:22:06 2021 +0200
Update Maven dependencies, JavaFX dependency, and fix a broken javadoc link.
---
.../src/main/java/org/apache/sis/filter/ConvertFunction.java | 2 +-
pom.xml | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/core/sis-feature/src/main/java/org/apache/sis/filter/ConvertFunction.java
b/core/sis-feature/src/main/java/org/apache/sis/filter/ConvertFunction.java
index 09aef04..e37caa8 100644
--- a/core/sis-feature/src/main/java/org/apache/sis/filter/ConvertFunction.java
+++ b/core/sis-feature/src/main/java/org/apache/sis/filter/ConvertFunction.java
@@ -43,7 +43,7 @@ import org.opengis.feature.FeatureType;
* @param <S> the type of value computed by the wrapped exception. This is
the type to convert.
* @param <V> the type of value computed by this expression. This is the
type after conversion.
*
- * @see GeometryConverter
+ * @see org.apache.sis.internal.filter.GeometryConverter
*
* @since 1.1
* @module
diff --git a/pom.xml b/pom.xml
index aacf746..d5f89bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
<maven.compiler.target>8</maven.compiler.target>
<sis.plugin.version>${project.version}</sis.plugin.version>
<sis.non-free.version>1.0</sis.non-free.version> <!-- Used
only if "non-free" profile is activated. -->
- <javafx.version>14.0.1</javafx.version> <!-- Used
only if "javafx" profile is activated. -->
+ <javafx.version>17</javafx.version> <!-- Used
only if "javafx" profile is activated. -->
<geoapi.version>4.0-SNAPSHOT</geoapi.version>
<jaxb.version>2.3.3</jaxb.version>
</properties>
@@ -622,7 +622,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.0.0-M2</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>enforce</id>
@@ -651,7 +651,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.2.0</version>
<executions>
<execution>
<id>remove-old-artifacts</id>
@@ -685,7 +685,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M4</version>
+ <version>3.0.0-M5</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
<includes>
@@ -739,7 +739,7 @@
<!-- Set "*-source-release.zip" filename prefix to "sis-*" instead of
"parent-*" -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>source-release-assembly</id>
@@ -859,7 +859,7 @@
<!-- JavaDoc configuration. -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.3.1</version>
<configuration>
<source>${maven.compiler.source}</source> <!-- Enables
javadoc to handle language constructs present in target JDK. -->
<encoding>${project.build.sourceEncoding}</encoding> <!-- Encoding
of Java source file. -->