Strabon
view pom.xml @ 146:30b26e89d085
[maven-release-plugin] prepare release v3.1.9
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Thu May 10 12:31:38 2012 +0300 (2012-05-10) |
parents | 6945f58b1619 |
children | 030995a820af |
line source
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>eu.earthobservatory</groupId>
6 <artifactId>strabon</artifactId>
7 <version>3.1.9</version>
8 <packaging>pom</packaging>
10 <parent>
11 <groupId>org.openrdf</groupId>
12 <artifactId>openrdf-root-pom</artifactId>
13 <version>5</version>
14 </parent>
16 <name>Strabon</name>
17 <description>Strabon is a storage and query evaluation module for stRDF/stSPARQL.</description>
18 <url>http://www.strabon.di.uoa.gr/</url>
19 <inceptionYear>2008</inceptionYear>
21 <modules>
22 <module>evaluation</module>
23 <module>runtime</module>
24 <module>postgis</module>
25 <module>monetdb</module>
26 <module>generaldb</module>
27 <module>resultio</module>
28 <module>endpoint</module>
29 </modules>
31 <properties>
32 <eu.earthobservatory.version>3.1.9</eu.earthobservatory.version>
33 <sesame.version>2.6.3</sesame.version>
34 <aduna.appbase.version>3.5.0</aduna.appbase.version>
35 <slf4j.version>1.6.1</slf4j.version>
36 <spring.version>2.5.6</spring.version>
37 <jts.version>1.11</jts.version>
38 <geotools.version>2.7.4</geotools.version>
39 <ogc.tools.gml.version>3.1.1</ogc.tools.gml.version>
40 <xml.bind.version>2.1.7</xml.bind.version>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42 <project.build.targetEncoding>UTF-8</project.build.targetEncoding>
43 </properties>
45 <dependencyManagement>
46 <dependencies>
47 <!-- Strabon dependencies -->
48 <dependency>
49 <groupId>org.openrdf.sesame</groupId>
50 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId>
51 <version>${eu.earthobservatory.version}</version>
52 </dependency>
54 <dependency>
55 <groupId>org.openrdf.sesame</groupId>
56 <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId>
57 <version>${eu.earthobservatory.version}</version>
58 </dependency>
60 <dependency>
61 <groupId>org.openrdf.sesame</groupId>
62 <artifactId>sesame-sail-generaldb</artifactId>
63 <version>${eu.earthobservatory.version}</version>
64 </dependency>
66 <dependency>
67 <groupId>org.openrdf.sesame</groupId>
68 <artifactId>sesame-sail-monetdb</artifactId>
69 <version>${eu.earthobservatory.version}</version>
70 </dependency>
72 <dependency>
73 <groupId>org.openrdf.sesame</groupId>
74 <artifactId>strabon-runtime</artifactId>
75 <version>${eu.earthobservatory.version}</version>
76 </dependency>
78 <dependency>
79 <groupId>org.openrdf.sesame</groupId>
80 <artifactId>strabon-endpoint</artifactId>
81 <version>${eu.earthobservatory.version}</version>
82 </dependency>
84 <dependency>
85 <groupId>org.openrdf.sesame</groupId>
86 <artifactId>sesame-sail-postgis</artifactId>
87 <version>${eu.earthobservatory.version}</version>
88 </dependency>
90 <!-- Sesame dependencies -->
91 <dependency>
92 <groupId>org.openrdf.sesame</groupId>
93 <artifactId>sesame-repository-sail</artifactId>
94 <version>${sesame.version}</version>
95 </dependency>
97 <dependency>
98 <groupId>eu.earthobservatory</groupId>
99 <artifactId>strabon-runtime</artifactId>
100 <version>${eu.earthobservatory.version}</version>
101 </dependency>
103 <dependency>
104 <groupId>org.openrdf.sesame</groupId>
105 <artifactId>sesame-queryalgebra</artifactId>
106 <version>${sesame.version}</version>
107 </dependency>
109 <dependency>
110 <groupId>org.openrdf.sesame</groupId>
111 <artifactId>sesame-queryalgebra-evaluation</artifactId>
112 <version>${sesame.version}</version>
113 </dependency>
115 <dependency>
116 <groupId>org.openrdf.sesame</groupId>
117 <artifactId>sesame-queryalgebra-model</artifactId>
118 <version>${sesame.version}</version>
119 </dependency>
121 <dependency>
122 <groupId>org.openrdf.sesame</groupId>
123 <artifactId>sesame-queryparser-api</artifactId>
124 <version>${sesame.version}</version>
125 </dependency>
127 <dependency>
128 <groupId>org.openrdf.sesame</groupId>
129 <artifactId>sesame-queryparser-sparql</artifactId>
130 <version>${sesame.version}</version>
131 </dependency>
133 <dependency>
134 <groupId>org.openrdf.sesame</groupId>
135 <artifactId>sesame-model</artifactId>
136 <version>${sesame.version}</version>
137 </dependency>
139 <dependency>
140 <groupId>org.openrdf.sesame</groupId>
141 <artifactId>sesame-sail-api</artifactId>
142 <version>${sesame.version}</version>
143 </dependency>
145 <dependency>
146 <groupId>org.openrdf.sesame</groupId>
147 <artifactId>sesame-query</artifactId>
148 <version>${sesame.version}</version>
149 </dependency>
151 <dependency>
152 <groupId>org.openrdf.sesame</groupId>
153 <artifactId>sesame-sail-rdbms</artifactId>
154 <version>${sesame.version}</version>
155 </dependency>
157 <dependency>
158 <groupId>org.openrdf.sesame</groupId>
159 <artifactId>sesame-repository-sparql</artifactId>
160 <version>${sesame.version}</version>
161 </dependency>
163 <!-- Aduna Commons -->
164 <dependency>
165 <groupId>info.aduna.appbase</groupId>
166 <artifactId>aduna-appbase</artifactId>
167 <version>${aduna.appbase.version}</version>
168 <type>pom</type>
169 </dependency>
171 <dependency>
172 <groupId>info.aduna.commons</groupId>
173 <artifactId>aduna-commons-collections</artifactId>
174 <version>2.8.0</version>
175 </dependency>
177 <dependency>
178 <groupId>info.aduna.commons</groupId>
179 <artifactId>aduna-commons-concurrent</artifactId>
180 <version>2.7.0</version>
181 </dependency>
183 <dependency>
184 <groupId>info.aduna.commons</groupId>
185 <artifactId>aduna-commons-i18n</artifactId>
186 <version>1.4.0</version>
187 </dependency>
189 <dependency>
190 <groupId>info.aduna.commons</groupId>
191 <artifactId>aduna-commons-iteration</artifactId>
192 <version>2.10.0</version>
193 </dependency>
195 <dependency>
196 <groupId>info.aduna.commons</groupId>
197 <artifactId>aduna-commons-net-http-server-embedded</artifactId>
198 <version>2.5.0</version>
199 </dependency>
201 <!-- RIO -->
202 <dependency>
203 <groupId>org.openrdf.sesame</groupId>
204 <artifactId>sesame-rio-rdfxml</artifactId>
205 <version>${sesame.version}</version>
206 </dependency>
208 <dependency>
209 <groupId>org.openrdf.sesame</groupId>
210 <artifactId>sesame-rio-ntriples</artifactId>
211 <version>${sesame.version}</version>
212 </dependency>
214 <dependency>
215 <groupId>org.openrdf.sesame</groupId>
216 <artifactId>sesame-rio-turtle</artifactId>
217 <version>${sesame.version}</version>
218 </dependency>
220 <dependency>
221 <groupId>org.openrdf.sesame</groupId>
222 <artifactId>sesame-rio-trig</artifactId>
223 <version>${sesame.version}</version>
224 </dependency>
226 <dependency>
227 <groupId>org.openrdf.sesame</groupId>
228 <artifactId>sesame-rio-trix</artifactId>
229 <version>${sesame.version}</version>
230 </dependency>
232 <dependency>
233 <groupId>org.openrdf.sesame</groupId>
234 <artifactId>sesame-rio-n3</artifactId>
235 <version>${sesame.version}</version>
236 </dependency>
238 <dependency>
239 <groupId>org.openrdf.sesame</groupId>
240 <artifactId>sesame-rio-binary</artifactId>
241 <version>${sesame.version}</version>
242 </dependency>
244 <!-- GeoTools -->
245 <dependency>
246 <groupId>org.geotools</groupId>
247 <artifactId>gt-geojson</artifactId>
248 <version>${geotools.version}</version>
249 </dependency>
251 <dependency>
252 <groupId>org.geotools.xsd</groupId>
253 <artifactId>gt-xsd-kml</artifactId>
254 <version>${geotools.version}</version>
255 </dependency>
257 <dependency>
258 <groupId>org.geotools</groupId>
259 <artifactId>gt-xml</artifactId>
260 <version>${geotools.version}</version>
261 </dependency>
263 <dependency>
264 <groupId>org.geotools</groupId>
265 <artifactId>gt-epsg-hsql</artifactId>
266 <version>${geotools.version}</version>
267 </dependency>
268 <dependency>
269 <groupId>org.geotools</groupId>
270 <artifactId>gt-shapefile</artifactId>
271 <version>${geotools.version}</version>
272 </dependency>
274 <dependency>
275 <groupId>org.geotools</groupId>
276 <artifactId>gt-referencing</artifactId>
277 <version>${geotools.version}</version>
278 </dependency>
280 <dependency>
281 <groupId>org.geotools</groupId>
282 <artifactId>gt-jts-wrapper</artifactId>
283 <version>${geotools.version}</version>
284 </dependency>
286 <dependency>
287 <groupId>org.geotools</groupId>
288 <artifactId>gt-opengis</artifactId>
289 <version>${geotools.version}</version>
290 </dependency>
292 <!-- JTS -->
293 <dependency>
294 <groupId>com.vividsolutions</groupId>
295 <artifactId>jts</artifactId>
296 <version>${jts.version}</version>
297 <type>jar</type>
298 </dependency>
300 <!-- JDBC Drivers -->
301 <dependency>
302 <groupId>monetdb</groupId>
303 <artifactId>jdbcclient</artifactId>
304 <version>3.4.0</version>
305 </dependency>
307 <dependency>
308 <groupId>postgresql</groupId>
309 <artifactId>postgresql</artifactId>
310 <version>9.0-801.jdbc4</version>
311 </dependency>
313 <dependency>
314 <groupId>mysql</groupId>
315 <artifactId>mysql-connector-java</artifactId>
316 <version>5.1.15</version>
317 </dependency>
319 <!-- SLF4J -->
320 <dependency>
321 <groupId>org.slf4j</groupId>
322 <artifactId>slf4j-api</artifactId>
323 <version>${slf4j.version}</version>
324 </dependency>
326 <dependency>
327 <groupId>org.slf4j</groupId>
328 <artifactId>slf4j-simple</artifactId>
329 <version>${slf4j.version}</version>
330 </dependency>
332 <dependency>
333 <groupId>net.sf</groupId>
334 <artifactId>log4jdbc4</artifactId>
335 <version>1.2</version>
336 </dependency>
338 <!-- Apache Commons -->
339 <dependency>
340 <groupId>commons-cli</groupId>
341 <artifactId>commons-cli</artifactId>
342 <version>1.2</version>
343 </dependency>
345 <dependency>
346 <groupId>commons-dbcp</groupId>
347 <artifactId>commons-dbcp</artifactId>
348 <version>1.3</version>
349 </dependency>
351 <dependency>
352 <groupId>commons-fileupload</groupId>
353 <artifactId>commons-fileupload</artifactId>
354 <version>1.2.1</version>
355 </dependency>
357 <dependency>
358 <groupId>commons-io</groupId>
359 <artifactId>commons-io</artifactId>
361 <version>1.3.2</version>
362 </dependency>
364 <dependency>
365 <groupId>commons-httpclient</groupId>
366 <artifactId>commons-httpclient</artifactId>
367 <version>3.1</version>
368 <exclusions>
369 <exclusion>
370 <groupId>commons-logging</groupId>
371 <artifactId>commons-logging</artifactId>
372 </exclusion>
373 <exclusion>
374 <!-- httpclient includes older codec -->
375 <groupId>commons-codec</groupId>
376 <artifactId>commons-codec</artifactId>
377 </exclusion>
378 </exclusions>
379 </dependency>
381 <dependency>
382 <groupId>commons-codec</groupId>
383 <artifactId>commons-codec</artifactId>
384 <version>1.4</version>
385 <scope>runtime</scope>
386 </dependency>
388 <dependency>
389 <groupId>commons-validator</groupId>
390 <artifactId>commons-validator</artifactId>
391 <version>1.3.1</version>
392 </dependency>
394 <!-- Spring framework -->
395 <dependency>
396 <groupId>org.springframework</groupId>
397 <artifactId>spring-aop</artifactId>
398 <version>${spring.version}</version>
399 <exclusions>
400 <exclusion>
401 <groupId>commons-logging</groupId>
402 <artifactId>commons-logging</artifactId>
403 </exclusion>
404 </exclusions>
405 </dependency>
407 <dependency>
408 <groupId>org.springframework</groupId>
409 <artifactId>spring-webmvc</artifactId>
410 <version>${spring.version}</version>
411 <exclusions>
412 <exclusion>
413 <groupId>commons-logging</groupId>
414 <artifactId>commons-logging</artifactId>
415 </exclusion>
416 </exclusions>
417 </dependency>
419 <!-- Apache CXF framework -->
420 <dependency>
421 <groupId>org.apache.cxf</groupId>
422 <artifactId>cxf-rt-frontend-jaxws</artifactId>
423 <version>2.2.5</version>
424 </dependency>
426 <dependency>
427 <groupId>org.apache.cxf</groupId>
428 <artifactId>cxf-rt-transports-http</artifactId>
429 <version>2.2.5</version>
430 </dependency>
432 <dependency>
433 <groupId>org.apache.cxf</groupId>
434 <artifactId>cxf-rt-transports-http-jetty</artifactId>
435 <version>2.2.5</version>
436 </dependency>
438 <!-- Compliance tests -->
439 <dependency>
440 <groupId>edu.lehigh.swat.bench</groupId>
441 <artifactId>uba</artifactId>
442 <version>1.7</version>
443 </dependency>
445 <dependency>
446 <groupId>edu.lehigh.swat.bench</groupId>
447 <artifactId>ubt</artifactId>
448 <version>1.1</version>
449 </dependency>
451 <!-- Testing: JUnit -->
452 <dependency>
453 <groupId>junit</groupId>
454 <artifactId>junit</artifactId>
455 <version>4.7</version>
456 <scope>test</scope>
457 </dependency>
459 <!-- Various -->
460 <dependency>
461 <groupId>cglib</groupId>
462 <artifactId>cglib</artifactId>
463 <version>2.2</version>
464 </dependency>
466 <dependency>
467 <groupId>org.jvnet.ogc</groupId>
468 <artifactId>ogc-tools-gml-jts</artifactId>
469 <version>1.0.2</version>
470 </dependency>
471 <dependency>
472 <groupId>com.sun.xml.bind</groupId>
473 <artifactId>jaxb-impl</artifactId>
474 <version>2.1.1</version>
475 </dependency>
477 <dependency>
478 <groupId>javax</groupId>
479 <artifactId>javaee-web-api</artifactId>
480 <version>6.0</version>
481 <scope>provided</scope>
482 </dependency>
483 </dependencies>
484 </dependencyManagement>
486 <build>
487 <pluginManagement>
488 <plugins>
489 <plugin>
490 <groupId>org.apache.maven.plugins</groupId>
491 <artifactId>maven-assembly-plugin</artifactId>
492 <version>2.3</version>
493 </plugin>
495 <!-- The following plugin is for being able to run tomcat6/7:run -->
496 <plugin>
497 <groupId>org.apache.tomcat.maven</groupId>
498 <artifactId>tomcat7-maven-plugin</artifactId>
499 <version>2.0-SNAPSHOT</version>
500 </plugin>
501 </plugins>
502 </pluginManagement>
504 <plugins>
505 <plugin>
506 <groupId>org.apache.maven.plugins</groupId>
507 <artifactId>maven-compiler-plugin</artifactId>
508 <version>2.3.2</version>
509 <configuration>
510 <source>1.6</source>
511 <target>1.6</target>
512 <encoding>utf8</encoding>
513 </configuration>
514 </plugin>
515 <!-- <plugin> <groupId>ch.elca.el4j.maven.plugins</groupId> <artifactId>maven-depgraph-plugin</artifactId>
516 <configuration> <outDir>target/site/images</outDir> <dotFile>${pom.artifactId}.dot</dotFile>
517 <outFile>${pom.artifactId}.png</outFile> <filterEmptyArtifacts>true</filterEmptyArtifacts>
518 </configuration> </plugin> -->
519 <plugin>
520 <artifactId>maven-release-plugin</artifactId>
521 <version>2.2.2</version>
522 <configuration>
523 <tagNameFormat>v@{project.version}</tagNameFormat>
524 <autoVersionSubmodules>true</autoVersionSubmodules>
525 </configuration>
526 </plugin>
527 </plugins>
528 </build>
530 <reporting>
531 <plugins>
532 <plugin>
533 <groupId>org.apache.maven.plugins</groupId>
534 <artifactId>maven-javadoc-plugin</artifactId>
535 <version>2.8.1</version>
536 <configuration>
537 <source>1.6</source>
538 <encoding>utf8</encoding>
539 </configuration>
540 </plugin>
541 </plugins>
542 </reporting>
545 <!-- <pluginRepositories> <pluginRepository> <id>elca-services</id> <url>http://el4.elca-services.ch/el4j/maven2repository</url>
546 <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> -->
548 <pluginRepositories>
549 <!-- The following repository is for being able to run tomcat7:run -->
550 <pluginRepository>
551 <id>apache.snapshots</id>
552 <name>Apache Snapshots</name>
553 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
554 <releases>
555 <enabled>false</enabled>
556 </releases>
557 <snapshots>
558 <enabled>true</enabled>
559 </snapshots>
560 </pluginRepository>
561 </pluginRepositories>
563 <scm>
564 <connection>scm:hg:ssh://hg.strabon.di.uoa.gr//opt/hg/Strabon/</connection>
565 <developerConnection>scm:hg:ssh://hg.strabon.di.uoa.gr//opt/hg/Strabon/</developerConnection>
566 <url>http://hg.strabon.di.uoa.gr/Strabon/</url>
567 </scm>
569 <repositories>
571 <repository>
572 <releases>
573 <enabled>true</enabled>
574 </releases>
575 <snapshots>
576 <enabled>false</enabled>
577 </snapshots>
578 <id>strabon.testing</id>
579 <name>Strabon - maven repository</name>
580 <url>http://maven.strabon.di.uoa.gr/content/repositories/testing</url>
581 </repository>
583 <repository>
584 <releases>
585 <enabled>true</enabled>
586 </releases>
587 <snapshots>
588 <enabled>false</enabled>
589 </snapshots>
590 <id>strabon</id>
591 <name>Strabon - maven repository</name>
592 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
593 </repository>
594 <repository>
595 <releases>
596 <enabled>false</enabled>
597 </releases>
598 <snapshots>
599 <enabled>true</enabled>
600 </snapshots>
601 <id>strabon.snapshot</id>
602 <name>Strabon - maven repository - snapshots</name>
603 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
604 </repository>
607 <repository>
608 <releases>
609 <enabled>true</enabled>
610 </releases>
611 <snapshots>
612 <enabled>false</enabled>
613 </snapshots>
614 <id>aduna-opensource.releases</id>
615 <name>Aduna Open Source - Maven releases</name>
616 <url>http://repo.aduna-software.org/maven2/releases</url>
617 </repository>
618 <repository>
619 <releases>
620 <enabled>false</enabled>
621 </releases>
622 <snapshots>
623 <enabled>true</enabled>
624 </snapshots>
625 <id>aduna-opensource.snapshots</id>
626 <name>Aduna Open Source - Maven snapshots</name>
627 <url>http://repo.aduna-software.org/maven2/snapshots</url>
628 </repository>
629 <repository>
630 <snapshots>
631 <enabled>true</enabled>
632 </snapshots>
633 <id>opengeo</id>
634 <name>OpenGeo Maven Repository</name>
635 <url>http://download.osgeo.org/webdav/geotools/</url>
636 </repository>
637 </repositories>
639 <distributionManagement>
640 <repository>
641 <id>strabon</id>
642 <name>Strabon maven repo</name>
643 <url>http://maven.strabon.di.uoa.gr/content/repositories/releases</url>
644 </repository>
645 <snapshotRepository>
646 <id>strabon.snapshot</id>
647 <name>Strabon maven repo</name>
648 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url>
649 </snapshotRepository>
650 </distributionManagement>
651 </project>