Ignore:
Timestamp:
12/12/12 12:33:06 (12 years ago)
Author:
pharms
Message:
  • harmonized formatting of all POMs
File:
1 edited

Legend:

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

    r935 r1011  
    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         <licenses> 
    9                 <license> 
    10                         <name>The Apache Software License, Version 2.0</name> 
    11                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    12                 </license> 
    13         </licenses> 
    14         <scm> 
    15                 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils</url> 
    16         </scm> 
    17         <dependencies> 
    18                 <dependency> 
    19                         <groupId>org.apache.commons</groupId> 
    20                         <artifactId>commons-io</artifactId> 
    21                         <version>1.3.2</version> 
    22                 </dependency> 
    23                 <dependency> 
    24                         <groupId>commons-lang</groupId> 
    25                         <artifactId>commons-lang</artifactId> 
    26                         <version>2.1</version> 
    27                 </dependency> 
    28         </dependencies> 
    29         <build> 
    30                 <plugins> 
    31                         <plugin> 
    32                                 <artifactId>maven-compiler-plugin</artifactId> 
    33                                 <version>2.3.2</version> 
    34                                 <configuration> 
    35                                         <source>1.6</source> 
    36                                         <target>1.6</target> 
    37                                 </configuration> 
    38                         </plugin> 
    39                 </plugins> 
    40         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <modelVersion>4.0.0</modelVersion> 
     7    <groupId>de.ugoe.cs</groupId> 
     8    <artifactId>java-utils</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10    <name>java-utils</name> 
     11    <licenses> 
     12        <license> 
     13            <name>The Apache Software License, Version 2.0</name> 
     14            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     15        </license> 
     16    </licenses> 
     17    <scm> 
     18        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils</url> 
     19    </scm> 
     20    <dependencies> 
     21        <dependency> 
     22            <groupId>org.apache.commons</groupId> 
     23            <artifactId>commons-io</artifactId> 
     24            <version>1.3.2</version> 
     25        </dependency> 
     26        <dependency> 
     27            <groupId>commons-lang</groupId> 
     28            <artifactId>commons-lang</artifactId> 
     29            <version>2.1</version> 
     30        </dependency> 
     31    </dependencies> 
     32    <build> 
     33        <plugins> 
     34            <plugin> 
     35                <artifactId>maven-compiler-plugin</artifactId> 
     36                <version>2.3.2</version> 
     37                <configuration> 
     38                    <source>1.6</source> 
     39                    <target>1.6</target> 
     40                </configuration> 
     41            </plugin> 
     42        </plugins> 
     43    </build> 
    4144</project> 
Note: See TracChangeset for help on using the changeset viewer.