source: trunk/quest-core-events-patrick/pom.xml @ 449

Last change on this file since 449 was 449, checked in by pharms, 12 years ago

Initial import.

File size: 1.1 KB
Line 
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/xsd/maven-4.0.0.xsd">
2  <modelVersion>4.0.0</modelVersion>
3  <groupId>de.ugoe.cs.quest</groupId>
4  <artifactId>quest-core-events-patrick</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <name>quest-core-events-patrick</name>
7  <scm>
8    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-events-patrick</url>
9  </scm>
10  <dependencies>
11    <dependency>
12      <groupId>de.ugoe.cs.quest</groupId>
13      <artifactId>quest-misc</artifactId>
14      <version>0.0.1-SNAPSHOT</version>
15    </dependency>
16    <dependency>
17      <groupId>junit</groupId>
18      <artifactId>junit</artifactId>
19      <version>4.8.1</version>
20      <scope>test</scope>
21    </dependency>
22  </dependencies>
23  <build>
24    <plugins>
25      <plugin>
26        <artifactId>maven-compiler-plugin</artifactId>
27        <version>2.3.2</version>
28        <configuration>
29          <source>1.6</source>
30          <target>1.6</target>
31        </configuration>
32      </plugin>
33    </plugins>
34  </build>
35</project>
Note: See TracBrowser for help on using the repository browser.