Revision e35a72c0
Added by Andreas Müller over 3 years ago
cdm-pesi/pom.xml | ||
---|---|---|
12 | 12 |
|
13 | 13 |
<groupId>eu.etaxonomy.cdm</groupId> |
14 | 14 |
<artifactId>cdm-pesi</artifactId> |
15 |
<version>5.6.0-SNAPSHOT</version>
|
|
15 |
<version>5.14.0-SNAPSHOT</version>
|
|
16 | 16 |
|
17 | 17 |
<name>CDM PESI</name> |
18 | 18 |
<description>The PESI package for EDIT's CdmLibrary</description> |
... | ... | |
39 | 39 |
</plugins> |
40 | 40 |
</build> |
41 | 41 |
<repositories> |
42 |
<!-- codehaus mule repository needed for yourkit -->
|
|
43 |
<repository>
|
|
44 |
<id>CodehausMuleRepository</id>
|
|
45 |
<url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
|
|
46 |
</repository>
|
|
42 |
<!-- the cdm internal repository -->
|
|
43 |
<repository> |
|
44 |
<id>EditRepository</id>
|
|
45 |
<url>https://cybertaxonomy.eu/mavenrepo/</url>
|
|
46 |
</repository> |
|
47 | 47 |
</repositories> |
48 | 48 |
<dependencies> |
49 | 49 |
<dependency> |
... | ... | |
54 | 54 |
<dependency> |
55 | 55 |
<groupId>eu.etaxonomy</groupId> |
56 | 56 |
<artifactId>cdmlib-io</artifactId> |
57 |
<version>${project.version}</version>
|
|
57 |
<version>${project.version}</version> |
|
58 | 58 |
</dependency> |
59 | 59 |
|
60 | 60 |
<!-- Profiling --> |
Also available in: Unified diff
cleanup poms in cdmlib-app