You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ga...@apache.org on 2022/02/23 17:08:10 UTC

[jena-site] branch main updated: Apache SIS dependency updated from `0.8` to `1.1`.

This is an automated email from the ASF dual-hosted git repository.

galbiston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a0edb09  Apache SIS dependency updated from `0.8` to `1.1`.
a0edb09 is described below

commit a0edb098330b4f148ac9474035bc7604b2cb4456
Author: GregAlbo <46...@users.noreply.github.com>
AuthorDate: Wed Feb 23 17:08:04 2022 +0000

    Apache SIS dependency updated from `0.8` to `1.1`.
---
 source/documentation/geosparql/__index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/geosparql/__index.md b/source/documentation/geosparql/__index.md
index 87d420b..ab6efaf 100644
--- a/source/documentation/geosparql/__index.md
+++ b/source/documentation/geosparql/__index.md
@@ -207,7 +207,7 @@ Several options are available to include the EPSG dataset by setting the `SIS_DA
 
 An embedded EPSG dataset can be included in a Gradle application by adding the following dependency to `build.gradle`:
 
-    ext.sisVersion = "0.8"
+    ext.sisVersion = "1.1"
     implementation "org.apache.sis.non-free:sis-embedded-data:$sisVersion"
 
 ### Java Topology Suite