maesenka
|
9
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
<project>
|
|
3
|
<modelVersion>4.0.0</modelVersion>
|
|
4
|
<groupId>com.cadrie.hibernate</groupId>
|
|
5
|
<artifactId>majas-hibernate</artifactId>
|
|
6
|
<version>0.9</version>
|
|
7
|
<name>Majas hibernate spatial Extension</name>
|
|
8
|
<description>Majas hibernate spatial</description>
|
|
9
|
<url>http://www.cadrie.com/projects/hibernate/spatial</url>
|
|
10
|
<packaging>pom</packaging>
|
|
11
|
<modules>
|
|
12
|
<module>../hibernate-spatial</module>
|
|
13
|
<module>../hibernate-spatial-postgis</module>
|
|
14
|
<module>../hibernate-spatial-oracle</module>
|
|
15
|
</modules>
|
|
16
|
<scm>
|
|
17
|
<connection>scm:svn:https://www.cadrie.com/svn/majas/trunk/hibernate-spatial</connection>
|
|
18
|
<developerConnection>scm:svn:https://www.cadrie.com/svn/majas/trunk/hibernate-spatial</developerConnection>
|
|
19
|
<url>scm:svn:https://www.cadrie.com/svn/majas/trunk/hibernate-spatial</url>
|
|
20
|
</scm>
|
|
21
|
<licenses>
|
|
22
|
<license>
|
|
23
|
<name>GNU General Public License (GPL), v2</name>
|
|
24
|
<url>http://www.gnu.org/licenses/gpl.html</url>
|
|
25
|
<distribution>repo</distribution>
|
|
26
|
</license>
|
|
27
|
</licenses>
|
|
28
|
<organization>
|
|
29
|
<name>Caffeine-Driven Enterprises</name>
|
|
30
|
<url>http://www.cadrie.com</url>
|
|
31
|
</organization>
|
|
32
|
<dependencies>
|
|
33
|
<dependency>
|
|
34
|
<groupId>org.hibernate</groupId>
|
|
35
|
<artifactId>hibernate</artifactId>
|
|
36
|
<version>3.2.2.ga</version>
|
|
37
|
</dependency>
|
|
38
|
<dependency>
|
|
39
|
<groupId>com.vividsolutions</groupId>
|
|
40
|
<artifactId>jts</artifactId>
|
|
41
|
<version>1.7.1</version>
|
|
42
|
</dependency>
|
|
43
|
<dependency>
|
|
44
|
<groupId>junit</groupId>
|
|
45
|
<artifactId>junit</artifactId>
|
|
46
|
<version>4.1</version>
|
|
47
|
</dependency>
|
|
48
|
</dependencies>
|
|
49
|
<distributionManagement>
|
|
50
|
<site>
|
|
51
|
<id>Hibernate Spatial site</id>
|
|
52
|
<name>Hibernate Spatial</name>
|
|
53
|
<url>scp://www.cadrie.com/var/www/www.cadrie.com/htdocs/projects/majas/hibernate/spatial</url>
|
|
54
|
</site>
|
|
55
|
</distributionManagement>
|
|
56
|
<developers>
|
|
57
|
<developer>
|
|
58
|
<id>jandm</id>
|
|
59
|
<name>Jan De Moerlose</name>
|
|
60
|
<email>jan.demoerlose@cadrie.com</email>
|
|
61
|
<roles>
|
|
62
|
<role>Architect</role>
|
|
63
|
<role>Lead Developer</role>
|
|
64
|
</roles>
|
|
65
|
</developer>
|
|
66
|
<developer>
|
|
67
|
<id>maesenka</id>
|
|
68
|
<name>Karel Maesen</name>
|
|
69
|
<email>karel.maesen@cadrie.com</email>
|
|
70
|
<roles>
|
|
71
|
<role>Architect</role>
|
|
72
|
<role>Lead Developer</role>
|
|
73
|
</roles>
|
|
74
|
</developer>
|
|
75
|
<developer>
|
|
76
|
<id>pieterdg</id>
|
|
77
|
<name>Pieter De Graef</name>
|
|
78
|
<email>pieter.degraef@cadrie.com</email>
|
|
79
|
<roles>
|
|
80
|
<role>Developer</role>
|
|
81
|
</roles>
|
|
82
|
</developer>
|
|
83
|
</developers>
|
|
84
|
</project>
|