Last change
on this file since 842 was
794,
checked in by pharms, 12 years ago
|
- use project.parent.version instead of deprecated parent.version variable
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.3 KB
|
Line | |
---|
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">
|
---|
3 | <parent>
|
---|
4 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
5 | <artifactId>quest</artifactId>
|
---|
6 | <version>0.0.1-SNAPSHOT</version>
|
---|
7 | </parent>
|
---|
8 | <modelVersion>4.0.0</modelVersion>
|
---|
9 | <artifactId>quest-core-usageprofiles</artifactId>
|
---|
10 | <name>quest-core-usageprofiles</name>
|
---|
11 | <scm>
|
---|
12 | <url>${quest-scm-trunk-dir}/quest-core-usageprofiles</url>
|
---|
13 | </scm>
|
---|
14 | <repositories>
|
---|
15 | <repository>
|
---|
16 | <id>mbari</id>
|
---|
17 | <url>http://mbari-maven-repository.googlecode.com/svn/repository</url>
|
---|
18 | </repository>
|
---|
19 | </repositories>
|
---|
20 | <dependencies>
|
---|
21 | <dependency>
|
---|
22 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
23 | <artifactId>quest-core-events</artifactId>
|
---|
24 | <version>${project.parent.version}</version>
|
---|
25 | </dependency>
|
---|
26 | <dependency>
|
---|
27 | <groupId>net.sf.jung</groupId>
|
---|
28 | <artifactId>jung-visualization</artifactId>
|
---|
29 | <version>2.0.1</version>
|
---|
30 | </dependency>
|
---|
31 | <dependency>
|
---|
32 | <groupId>net.sf.jung</groupId>
|
---|
33 | <artifactId>jung-graph-impl</artifactId>
|
---|
34 | <version>2.0.1</version>
|
---|
35 | </dependency>
|
---|
36 | <dependency>
|
---|
37 | <groupId>jama</groupId>
|
---|
38 | <artifactId>jama</artifactId>
|
---|
39 | <version>1.0.2</version>
|
---|
40 | </dependency>
|
---|
41 | </dependencies>
|
---|
42 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.