Strabon
changeset 377:0e417864a3a6
renamed artifact resultio-sparqlxml-spatial to resultio-spatial since the addition of many more formats
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed Jun 27 15:08:12 2012 +0300 (2012-06-27) |
parents | f043fdd4afa9 |
children | a3d3cfa4ecb5 |
files | pom.xml resultio/pom.xml runtime/pom.xml |
line diff
1.1 --- a/pom.xml Wed Jun 27 14:44:59 2012 +0300 1.2 +++ b/pom.xml Wed Jun 27 15:08:12 2012 +0300 1.3 @@ -55,16 +55,10 @@ 1.4 1.5 <dependency> 1.6 <groupId>org.openrdf.sesame</groupId> 1.7 - <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId> 1.8 + <artifactId>sesame-queryresultio-spatial</artifactId> 1.9 <version>${eu.earthobservatory.version}</version> 1.10 </dependency> 1.11 -<!-- 1.12 - <dependency> 1.13 - <groupId>org.openrdf.sesame</groupId> 1.14 - <artifactId>sesame-queryresultio-sparqljson-spatial</artifactId> 1.15 - <version>${eu.earthobservatory.version}</version> 1.16 - </dependency> 1.17 - --> 1.18 + 1.19 <dependency> 1.20 <groupId>org.openrdf.sesame</groupId> 1.21 <artifactId>sesame-sail-generaldb</artifactId>
2.1 --- a/resultio/pom.xml Wed Jun 27 14:44:59 2012 +0300 2.2 +++ b/resultio/pom.xml Wed Jun 27 15:08:12 2012 +0300 2.3 @@ -9,9 +9,9 @@ 2.4 </parent> 2.5 2.6 <groupId>org.openrdf.sesame</groupId> 2.7 - <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId> 2.8 - <name>OpenRDF Sesame: Query result IO - SPARQL/XML - Spatial</name> 2.9 - <description> Minimal spatial extensions of Query result parser and writer implementation for the SPARQL Query Results XML Format. </description> 2.10 + <artifactId>sesame-queryresultio-spatial</artifactId> 2.11 + <name>OpenRDF Sesame: Query result IO - Spatial</name> 2.12 + <description>Minimal spatial extensions of Query result parser and writer implementation for the SPARQL Query Results Format.</description> 2.13 <packaging>jar</packaging> 2.14 2.15 <dependencies>
3.1 --- a/runtime/pom.xml Wed Jun 27 14:44:59 2012 +0300 3.2 +++ b/runtime/pom.xml Wed Jun 27 15:08:12 2012 +0300 3.3 @@ -22,7 +22,7 @@ 3.4 3.5 <dependency> 3.6 <groupId>org.openrdf.sesame</groupId> 3.7 - <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId> 3.8 + <artifactId>sesame-queryresultio-spatial</artifactId> 3.9 </dependency> 3.10 3.11 <dependency>