You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/11 22:41:33 UTC

[jena] branch master updated: Revert updates to SIS 1.0 back to 0.8

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a3883d  Revert updates to SIS 1.0 back to 0.8
6a3883d is described below

commit 6a3883daff7f5a3663b1555308db42ba97e37b47
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Nov 11 22:34:24 2020 +0000

    Revert updates to SIS 1.0 back to 0.8
---
 jena-geosparql/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jena-geosparql/pom.xml b/jena-geosparql/pom.xml
index 2ce3d9c..f0975b0 100644
--- a/jena-geosparql/pom.xml
+++ b/jena-geosparql/pom.xml
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.sis.non-free</groupId>
       <artifactId>sis-embedded-data</artifactId>
-      <version>1.0</version>
+      <version>0.8</version>
       <scope>test</scope>
     </dependency>
 
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.apache.sis.core</groupId>
       <artifactId>sis-referencing</artifactId>
-      <version>1.0</version>
+      <version>0.8</version>
     </dependency>
 
     <dependency>