source: trunk/quest-misc/pom.xml @ 447

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

Initial import

File size: 987 bytes
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-misc</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <name>quest-misc</name>
7  <scm>
8    <url>https://www.trex.informatik.uni-goettingen.de/svn/swephd/pharms/tasktree/trunk/quest-misc</url>
9  </scm>
10  <dependencies>
11    <dependency>
12      <groupId>junit</groupId>
13      <artifactId>junit</artifactId>
14      <version>4.8.1</version>
15      <scope>test</scope>
16    </dependency>
17  </dependencies>
18  <build>
19    <plugins>
20      <plugin>
21        <artifactId>maven-compiler-plugin</artifactId>
22        <version>2.5.1</version>
23        <configuration>
24          <source>1.6</source>
25          <target>1.6</target>
26        </configuration>
27      </plugin>
28    </plugins>
29  </build>
30</project>
Note: See TracBrowser for help on using the repository browser.