comparison geo-backend/pom.xml @ 134:488db510c517

Editing pom-build-plugins geo-backend/trunk@16 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 04 Sep 2009 12:07:52 +0000
parents e4eacd613356
children 2e8d3f552f37
comparison
equal deleted inserted replaced
133:56655046194f 134:488db510c517
5 <artifactId>geo-backend</artifactId> 5 <artifactId>geo-backend</artifactId>
6 <packaging>jar</packaging> 6 <packaging>jar</packaging>
7 <version>1.0-SNAPSHOT</version> 7 <version>1.0-SNAPSHOT</version>
8 <name>geo-backend</name> 8 <name>geo-backend</name>
9 <url>http://maven.apache.org</url> 9 <url>http://maven.apache.org</url>
10 <build>
11 <plugins>
12 <plugin>
13 <groupId>org.apache.maven.plugins</groupId>
14 <artifactId>maven-eclipse-plugin</artifactId>
15 <version>2.5.1</version>
16 </plugin>
17 <plugin>
18 <groupId>org.apache.maven.plugins</groupId>
19 <artifactId>maven-compiler-plugin</artifactId>
20 <version>2.0.2</version>
21 <configuration>
22 <source>1.5</source>
23 <target>1.5</target>
24 </configuration>
25 </plugin>
26 </plugins>
27 </build>
10 <dependencies> 28 <dependencies>
11 <dependency> 29 <dependency>
12 <groupId>junit</groupId> 30 <groupId>junit</groupId>
13 <artifactId>junit</artifactId> 31 <artifactId>junit</artifactId>
14 <version>3.8.1</version> 32 <version>3.8.1</version>

http://dive4elements.wald.intevation.org