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-usageprofiles/pom.xml

    r548 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-core-usageprofiles</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-core-usageprofiles</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usageprofiles</url> 
     12                <url>${quest-scm-trunk-dir}/quest-core-usageprofiles</url> 
    1013        </scm> 
    1114        <repositories> 
     
    1922                        <groupId>de.ugoe.cs.quest</groupId> 
    2023                        <artifactId>quest-core-events</artifactId> 
    21                         <version>0.0.1-SNAPSHOT</version> 
     24                        <version>${parent.version}</version> 
    2225                </dependency> 
    2326                <dependency> 
     
    3740                </dependency> 
    3841        </dependencies> 
    39         <build> 
    40                 <plugins> 
    41                         <plugin> 
    42                                 <artifactId>maven-compiler-plugin</artifactId> 
    43                                 <version>2.3.2</version> 
    44                                 <configuration> 
    45                                         <source>1.6</source> 
    46                                         <target>1.6</target> 
    47                                 </configuration> 
    48                         </plugin> 
    49                 </plugins> 
    50         </build> 
    5142</project> 
Note: See TracChangeset for help on using the changeset viewer.