Subversion Repositories hibernate-spatial

Rev

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

Rev 40 Rev 55
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--  $Id: pom.xml 40 2007-09-20 15:33:24Z maesenka $ -->
2
<!--  $Id: pom.xml 55 2007-11-12 21:22:33Z maesenka $ -->
3
<project>
3
<project>
4
	<modelVersion>4.0.0</modelVersion>
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>org.hibernatespatial</groupId>
5
	<groupId>org.hibernatespatial</groupId>
6
	<artifactId>hibernate-spatial-maven</artifactId>
6
	<artifactId>hibernate-spatial-maven</artifactId>
7
	<version>1.0-SNAPSHOT</version>
7
	<version>1.0-SNAPSHOT</version>
8
	<name>Hibernate Spatial</name>
8
	<name>Hibernate Spatial</name>
9
	<description>
9
	<description>
10
		This is the Maven parent project for all Hibernate Spatial
10
		This is the Maven parent project for all Hibernate Spatial
11
		Extension Modules. The main module is Hibernate Spatial, which
11
		Extension Modules. The main module is Hibernate Spatial, which
12
		provides the core extension classes. The other modules are the
12
		provides the core extension classes. The other modules are the
13
		dialect providers for the Oracle 10g and Postgresql geographic
13
		dialect providers for the Oracle 10g and Postgresql geographic
Line 18... Line 18...
18
	<packaging>pom</packaging>
18
	<packaging>pom</packaging>
19
	<modules>
19
	<modules>
20
		<module>../hibernate-spatial</module>
20
		<module>../hibernate-spatial</module>
21
		<module>../hibernate-spatial-postgis</module>
21
		<module>../hibernate-spatial-postgis</module>
22
		<module>../hibernate-spatial-oracle</module>
22
		<module>../hibernate-spatial-oracle</module>
-
 
23
	 	<module>../hibernate-spatial-mysql</module>
23
	</modules>
24
	</modules>
24
	<build>
25
	<build>
25
		<plugins>
26
		<plugins>
26
			<plugin>
27
			<plugin>
27
				<artifactId>maven-compiler-plugin</artifactId>
28
				<artifactId>maven-compiler-plugin</artifactId>
Line 57... Line 58...
57
			scm:svn:http://www.hibernatespatial.org/svn/hibernate-spatial/trunk/hibernate-spatial-maven
58
			scm:svn:http://www.hibernatespatial.org/svn/hibernate-spatial/trunk/hibernate-spatial-maven
58
		</connection>
59
		</connection>
59
		<developerConnection>
60
		<developerConnection>
60
			scm:svn:https://intra.geovise.com/svn/hibernate-spatial/trunk/hibernate-spatial-maven
61
			scm:svn:https://intra.geovise.com/svn/hibernate-spatial/trunk/hibernate-spatial-maven
61
		</developerConnection>
62
		</developerConnection>
-
 
63
		<url>
62
		<url>http://www.hibernatespatial.org/websvn/</url>
64
			<![CDATA[ http://www.hibernatespatial.org/websvn/listing.php?repname=hibernate-spatial&path=/trunk/${project.artifactId}/rev=0&sc=0]]>
-
 
65
		</url>
63
	</scm>
66
	</scm>
64
	<mailingLists>
67
	<mailingLists>
65
 
68
 
66
		<mailingList>
69
		<mailingList>
67
			<name>hibernatespatial-dev</name>
70
			<name>hibernatespatial-dev</name>
Line 113... Line 116...
113
		</license>
116
		</license>
114
	</licenses>
117
	</licenses>
115
	<organization>
118
	<organization>
116
		<name>hibernatespatial.org</name>
119
		<name>hibernatespatial.org</name>
117
		<url>http://www.hibernatespatial.org/</url>
120
		<url>http://www.hibernatespatial.org/</url>
118
	</organization>
121
	</organization>
119
	<dependencies>
122
	<dependencies>
120
		<dependency>
123
		<dependency>
121
			<groupId>org.hibernate</groupId>
124
			<groupId>org.hibernate</groupId>
122
			<artifactId>hibernate</artifactId>
125
			<artifactId>hibernate</artifactId>
123
			<version>3.2.2.ga</version>
126
			<version>3.2.2.ga</version>
124
		</dependency>
127
		</dependency>
125
		<dependency>
128
		<dependency>
126
			<groupId>com.vividsolutions</groupId>
129
			<groupId>com.vividsolutions</groupId>
127
			<artifactId>jts</artifactId>
130
			<artifactId>jts</artifactId>
128
			<version>1.7.1</version>
131
			<version>1.8</version>
129
		</dependency>
132
		</dependency>
130
		<dependency>
133
		<dependency>
131
			<groupId>junit</groupId>
134
			<groupId>junit</groupId>
132
			<artifactId>junit</artifactId>
135
			<artifactId>junit</artifactId>
133
			<version>4.1</version>
136
			<version>4.1</version>
134
			<scope>test</scope>
137
			<scope>test</scope>
135
		</dependency>
138
		</dependency>
136
		<dependency>
139
		<dependency>
137
			<groupId>commons-logging</groupId>
140
			<groupId>log4j</groupId>
138
			<artifactId>commons-logging</artifactId>
141
			<artifactId>log4j</artifactId>
139
			<version>1.0.4</version>
142
			<version>1.2.14</version>
-
 
143
			<scope>test</scope>
140
		</dependency>
144
		</dependency>
-
 
145
 
141
	</dependencies>
146
	</dependencies>
142
 
147
 
143
	<reporting>
148
	<reporting>
144
		<plugins>
149
		<plugins>
145
			<plugin>
150
			<plugin>
Line 211... Line 216...
211
			<email>pieter@dfc.be</email>
216
			<email>pieter@dfc.be</email>
212
			<roles>
217
			<roles>
213
				<role>Contributor</role>
218
				<role>Contributor</role>
214
			</roles>
219
			</roles>
215
		</developer>
220
		</developer>
-
 
221
		<developer>
-
 
222
			<id>AcreeTom</id>
-
 
223
			<name>Tom Acree</name>
-
 
224
			<email></email>
-
 
225
			<roles>
-
 
226
				<role>Contributor</role>
-
 
227
			</roles>
-
 
228
		</developer>
216
	</developers>
229
	</developers>
217
 
230
 
218
 
231
 
219
</project>
232
</project>