Ignore:
Timestamp:
09/04/12 10:39:27 (12 years ago)
Author:
pharms
Message:
  • created a parent pom project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-usability/pom.xml

    r502 r757  
    11<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  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-core-usability</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-core-usability</name> 
    710  <scm> 
    8     <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usability</url> 
     11    <url>${quest-scm-trunk-dir}/quest-core-usability</url> 
    912  </scm> 
    1013  <dependencies> 
     
    1215        <groupId>de.ugoe.cs.quest</groupId> 
    1316        <artifactId>quest-core-tasktrees</artifactId> 
    14         <version>0.0.1-SNAPSHOT</version> 
     17        <version>${parent.version}</version> 
    1518    </dependency> 
    1619  </dependencies> 
    17   <distributionManagement> 
    18     <snapshotRepository> 
    19       <id>quest-snapshots</id> 
    20       <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> 
    21     </snapshotRepository> 
    22   </distributionManagement> 
    2320  <build> 
    2421    <plugins> 
     
    3835        </executions> 
    3936      </plugin> 
    40       <plugin> 
    41         <artifactId>maven-compiler-plugin</artifactId> 
    42         <version>2.5.1</version> 
    43         <configuration> 
    44           <source>1.6</source> 
    45           <target>1.6</target> 
    46         </configuration> 
    47       </plugin> 
    4837    </plugins> 
    4938  </build> 
Note: See TracChangeset for help on using the changeset viewer.