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