source: trunk/java-utils/pom.xml @ 529

Last change on this file since 529 was 529, checked in by sherbold, 12 years ago
  • Property svn:mime-type set to text/plain
File size: 742 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3        <modelVersion>4.0.0</modelVersion>
4        <groupId>de.ugoe.cs</groupId>
5        <artifactId>java-utils</artifactId>
6        <version>0.0.1-SNAPSHOT</version>
7        <name>java-utils</name>
8        <scm>
9                <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/java-utils</url>
10        </scm>
11        <build>
12                <plugins>
13                        <plugin>
14                                <artifactId>maven-compiler-plugin</artifactId>
15                                <version>2.3.2</version>
16                                <configuration>
17                                        <source>1.6</source>
18                                        <target>1.6</target>
19                                </configuration>
20                        </plugin>
21                </plugins>
22        </build>
23</project>
Note: See TracBrowser for help on using the repository browser.