Last change
on this file since 923 was
921,
checked in by pharms, 12 years ago
|
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.0 KB
|
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>
|
---|
[921] | 4 | <groupId>de.ugoe.cs.autoquest</groupId>
|
---|
| 5 | <artifactId>autoquest</artifactId>
|
---|
[757] | 6 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 7 | </parent>
|
---|
[480] | 8 | <modelVersion>4.0.0</modelVersion>
|
---|
[921] | 9 | <artifactId>autoquest-core-events</artifactId>
|
---|
| 10 | <name>autoquest-core-events</name>
|
---|
[480] | 11 | <scm>
|
---|
[921] | 12 | <url>${autoquest-scm-trunk-dir}/autoquest-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>
|
---|
[921] | 21 | <groupId>de.ugoe.cs.autoquest</groupId>
|
---|
| 22 | <artifactId>autoquest-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.