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

    r671 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-plugin-jfc</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-plugin-jfc</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-jfc</url> 
     12                <url>${quest-scm-trunk-dir}/quest-plugin-jfc</url> 
    1013        </scm> 
    1114        <dependencies> 
     
    1821                        <groupId>de.ugoe.cs.quest</groupId> 
    1922                        <artifactId>quest-plugin-core</artifactId> 
    20                         <version>0.0.1-SNAPSHOT</version> 
     23                        <version>${parent.version}</version> 
    2124                </dependency> 
    2225                <dependency> 
    2326                        <groupId>de.ugoe.cs.quest</groupId> 
    2427                        <artifactId>quest-core-events</artifactId> 
    25                         <version>0.0.1-SNAPSHOT</version> 
     28                        <version>${parent.version}</version> 
    2629                </dependency> 
    2730                <dependency> 
    2831                        <groupId>de.ugoe.cs.quest</groupId> 
    2932                        <artifactId>quest-misc</artifactId> 
    30                         <version>0.0.1-SNAPSHOT</version> 
     33                        <version>${parent.version}</version> 
    3134                </dependency> 
    3235                <dependency> 
     
    3841        <build> 
    3942                <plugins> 
    40                         <plugin> 
    41                                 <artifactId>maven-compiler-plugin</artifactId> 
    42                                 <version>2.3.2</version> 
    43                                 <configuration> 
    44                                         <source>1.6</source> 
    45                                         <target>1.6</target> 
    46                                 </configuration> 
    47                         </plugin> 
    4843                        <plugin> 
    4944                                <artifactId>maven-assembly-plugin</artifactId> 
Note: See TracChangeset for help on using the changeset viewer.