Strabon
annotate resultio-spatial/api/pom.xml @ 852:961f2df15b72
[maven-release-plugin] prepare for next development iteration
author | George Garbis <ggarbis@di.uoa.gr> |
---|---|
date | Wed Jan 09 16:06:44 2013 +0200 (2013-01-09) |
parents | b3e0d7415823 |
children | 93d1b4ce44a6 389213ce7843 ee65be1e0648 |
rev | line source |
---|---|
charnik@688 | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
charnik@688 | 2 |
charnik@688 | 3 <modelVersion>4.0.0</modelVersion> |
charnik@688 | 4 |
charnik@688 | 5 <parent> |
charnik@688 | 6 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 7 <artifactId>sesame-queryresultio-spatial</artifactId> |
ggarbis@852 | 8 <version>3.2.8-SNAPSHOT</version> |
charnik@688 | 9 </parent> |
charnik@688 | 10 |
charnik@688 | 11 <artifactId>sesame-queryresultio-spatial-api</artifactId> |
charnik@688 | 12 |
charnik@688 | 13 <name>OpenRDF Sesame: Spatial Query result IO - API</name> |
charnik@688 | 14 <description>Spatial Query result IO API</description> |
charnik@688 | 15 |
charnik@688 | 16 <dependencies> |
charnik@688 | 17 <dependency> |
charnik@688 | 18 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 19 <artifactId>sesame-queryresultio-api</artifactId> |
charnik@688 | 20 </dependency> |
charnik@688 | 21 </dependencies> |
charnik@688 | 22 </project> |