Strabon

view resultio-spatial/sparqlxml/pom.xml @ 934:ee65be1e0648

Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.
As a result, each branch produces its own artifacts that are independent from the artifacts produced by different branches.

NOTE: After updating the source code of Strabon to the current revision, you need to update the eclipse projects to use the new pom.xml files.
author Kostis Kyzirakos <kkyzir@di.uoa.gr>
date Wed Mar 27 12:24:59 2013 +0200 (2013-03-27)
parents 961f2df15b72
children a1e2561b7c2c
line source
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">
3 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.openrdf.sesame</groupId>
7 <artifactId>sesame-queryresultio-spatial</artifactId>
8 <version>3.2.8-temporals-SNAPSHOT</version>
9 </parent>
11 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId>
13 <name>OpenRDF Sesame: Spatial Query result IO - XML</name>
14 <description>Spatial Query result IO API</description>
16 <dependencies>
17 <dependency>
18 <groupId>org.openrdf.sesame</groupId>
19 <artifactId>sesame-queryresultio-spatial-api</artifactId>
20 </dependency>
21 <dependency>
22 <groupId>org.openrdf.sesame</groupId>
23 <artifactId>sesame-queryresultio-sparqlxml</artifactId>
24 </dependency>
25 <dependency> <!-- TO BE REMOVED -->
26 <groupId>org.openrdf.sesame</groupId>
27 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId>
28 </dependency>
30 <dependency>
31 <groupId>org.slf4j</groupId>
32 <artifactId>slf4j-log4j12</artifactId>
33 </dependency>
35 <dependency>
36 <groupId>junit</groupId>
37 <artifactId>junit</artifactId>
38 <scope>test</scope>
39 </dependency>
40 <!--
41 <dependency>
42 <groupId>org.openrdf.sesame</groupId>
43 <artifactId>sesame-model</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>org.openrdf.sesame</groupId>
47 <artifactId>sesame-query</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.openrdf.sesame</groupId>
51 <artifactId>sesame-rio-api</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>org.openrdf.sesame</groupId>
55 <artifactId>sesame-util</artifactId>
56 </dependency>
57 -->
58 </dependencies>
59 </project>