Subversion Repositories hibernate-spatial

Rev

Rev 265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 265 Rev 314
Line 1... Line 1...
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
 
4
 
5
    <!-- $Id: pom.xml 265 2010-10-25 21:13:49Z maesenka $ -->
5
    <!-- $Id: pom.xml 314 2011-05-26 20:26:49Z maesenka $ -->
6
 
6
 
7
    <modelVersion>4.0.0</modelVersion>
7
    <modelVersion>4.0.0</modelVersion>
8
    <parent>
8
    <parent>
9
        <groupId>org.hibernatespatial</groupId>
9
        <groupId>org.hibernatespatial</groupId>
10
        <artifactId>hibernate-spatial-maven</artifactId>
10
        <artifactId>hibernate-spatial-maven</artifactId>
11
        <version>1.1-SNAPSHOT</version>
11
        <version>1.1</version>
12
        <relativePath>../hibernate-spatial-maven</relativePath>
12
        <relativePath>../hibernate-spatial-maven</relativePath>
13
    </parent>
13
    </parent>
14
    <artifactId>hibernate-spatial-mysql</artifactId>
14
    <artifactId>hibernate-spatial-mysql</artifactId>
15
    <packaging>jar</packaging>
15
    <packaging>jar</packaging>
16
    <name>MySQL DialectProvider</name>
16
    <name>MySQL DialectProvider</name>