Changeset 528


Ignore:
Timestamp:
08/06/12 13:42:38 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils/pom.xml

    r506 r528  
    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   <scm> 
    8     <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/java-utils</url> 
    9   </scm> 
    10   <build> 
    11     <plugins> 
    12       <plugin> 
    13         <artifactId>maven-compiler-plugin</artifactId> 
    14         <version>2.3.2</version> 
    15         <configuration> 
    16           <source>1.6</source> 
    17           <target>1.6</target> 
    18         </configuration> 
    19       </plugin> 
    20     </plugins> 
    21   </build> 
     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        <reporting> 
     24                <plugins> 
     25                        <plugin> 
     26                                <groupId>org.codehaus.mojo</groupId> 
     27                                <artifactId>findbugs-maven-plugin</artifactId> 
     28                                <version>2.5.1</version> 
     29                        </plugin> 
     30                </plugins> 
     31        </reporting> 
    2232</project> 
Note: See TracChangeset for help on using the changeset viewer.