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

Last change on this file since 478 was 478, checked in by sherbold, 12 years ago
  • Property svn:mime-type set to text/plain
File size: 682 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</groupId>
4  <artifactId>java-utils</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <name>java-utils</name>
7  <build>
8    <plugins>
9      <plugin>
10        <artifactId>maven-compiler-plugin</artifactId>
11        <version>2.3.2</version>
12        <configuration>
13          <source>1.6</source>
14          <target>1.6</target>
15        </configuration>
16      </plugin>
17    </plugins>
18  </build>
19</project>
Note: See TracBrowser for help on using the repository browser.