| 52 |
maesenka |
1 |
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
| 201 |
maesenka |
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">
|
| 52 |
maesenka |
4 |
|
| 201 |
maesenka |
5 |
<!-- $Id: pom.xml 314 2011-05-26 20:26:49Z maesenka $ -->
|
| 52 |
maesenka |
6 |
|
| 201 |
maesenka |
7 |
<modelVersion>4.0.0</modelVersion>
|
|
|
8 |
<parent>
|
|
|
9 |
<groupId>org.hibernatespatial</groupId>
|
|
|
10 |
<artifactId>hibernate-spatial-maven</artifactId>
|
| 314 |
maesenka |
11 |
<version>1.1</version>
|
| 201 |
maesenka |
12 |
<relativePath>../hibernate-spatial-maven</relativePath>
|
|
|
13 |
</parent>
|
|
|
14 |
<artifactId>hibernate-spatial-mysql</artifactId>
|
|
|
15 |
<packaging>jar</packaging>
|
|
|
16 |
<name>MySQL DialectProvider</name>
|
|
|
17 |
<url>http://www.hibernatespatial.org/hibernate-spatial-mysql</url>
|
|
|
18 |
<description>
|
|
|
19 |
MySQL dialect provider for Hibernate Spatial (for MySQL 5.0 or higher).
|
|
|
20 |
</description>
|
| 179 |
maesenka |
21 |
|
| 201 |
maesenka |
22 |
<dependencies>
|
|
|
23 |
<dependency>
|
|
|
24 |
<groupId>${project.groupId}</groupId>
|
|
|
25 |
<artifactId>hibernate-spatial</artifactId>
|
|
|
26 |
<version>${project.version}</version>
|
|
|
27 |
</dependency>
|
|
|
28 |
<dependency>
|
|
|
29 |
<groupId>${project.groupId}</groupId>
|
|
|
30 |
<artifactId>hibernate-spatial</artifactId>
|
|
|
31 |
<version>${project.version}</version>
|
|
|
32 |
<classifier>tests</classifier>
|
|
|
33 |
<scope>test</scope>
|
|
|
34 |
</dependency>
|
|
|
35 |
</dependencies>
|
|
|
36 |
|
|
|
37 |
<distributionManagement>
|
|
|
38 |
<site>
|
|
|
39 |
<id>Hibernate Spatial site</id>
|
|
|
40 |
<name>Hibernate Spatial</name>
|
|
|
41 |
<url>
|
|
|
42 |
scp://www.hibernatespatial.org/var/www/www2.hibernatespatial.org/hibernate-spatial-mysql
|
|
|
43 |
</url>
|
|
|
44 |
</site>
|
|
|
45 |
</distributionManagement>
|
|
|
46 |
|
| 52 |
maesenka |
47 |
</project>
|