Last change
on this file since 777 was
757,
checked in by pharms, 12 years ago
|
- created a parent pom project
|
-
Property svn:mime-type set to
text/plain
|
File size:
920 bytes
|
Rev | Line | |
---|
[518] | 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">
|
---|
[757] | 2 | <parent>
|
---|
| 3 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
| 4 | <artifactId>quest</artifactId>
|
---|
| 5 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 6 | </parent>
|
---|
[518] | 7 | <modelVersion>4.0.0</modelVersion>
|
---|
| 8 | <artifactId>quest-core-coverage</artifactId>
|
---|
| 9 | <name>quest-core-coverage</name>
|
---|
| 10 | <scm>
|
---|
[757] | 11 | <url>${quest-scm-trunk-dir}/quest-core-coverage</url>
|
---|
[518] | 12 | </scm>
|
---|
| 13 | <dependencies>
|
---|
| 14 | <dependency>
|
---|
| 15 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
| 16 | <artifactId>quest-core-events</artifactId>
|
---|
[757] | 17 | <version>${parent.version}</version>
|
---|
[518] | 18 | </dependency>
|
---|
| 19 | <dependency>
|
---|
| 20 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
| 21 | <artifactId>quest-core-usageprofiles</artifactId>
|
---|
[757] | 22 | <version>${parent.version}</version>
|
---|
[518] | 23 | </dependency>
|
---|
| 24 | </dependencies>
|
---|
| 25 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.