Subversion Repositories aduna

[/] [org.openrdf/] [alibaba/] [tags/] [2.0-beta12/] [model/] [pom.xml] - Blame information for rev 11199

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9217 james_leigh
<project xmlns="http://maven.apache.org/POM/4.0.0"
2 james_leigh
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 james_leigh
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 james_leigh
 
5 james_leigh
    <modelVersion>4.0.0</modelVersion>
6 james_leigh
 
7 james_leigh
    <parent>
8 james_leigh
        <groupId>org.openrdf.alibaba</groupId>
9 james_leigh
        <artifactId>alibaba</artifactId>
10 11199 james_leigh
        <version>2.0-beta12</version>
11 9217 james_leigh
    </parent>
12 james_leigh
 
13 james_leigh
    <artifactId>alibaba-model</artifactId>
14 james_leigh
 
15 9257 james_leigh
    <name>AliBaba Model</name>
16 9217 james_leigh
    <description><![CDATA[
17 9257 james_leigh
Provides an in-memory index of RDF statements.
18 9217 james_leigh
]]>
19 james_leigh
    </description>
20 james_leigh
    <dependencies>
21 james_leigh
        <dependency>
22 james_leigh
            <groupId>org.openrdf.sesame</groupId>
23 james_leigh
            <artifactId>sesame-model</artifactId>
24 james_leigh
        </dependency>
25 james_leigh
    </dependencies>
26 james_leigh
 
27 james_leigh
</project>