Revision e35a72c0
Added by Andreas Müller over 3 years ago
cdmapps-parent/pom.xml | ||
---|---|---|
3 | 3 |
<modelVersion>4.0.0</modelVersion> |
4 | 4 |
<groupId>eu.etaxonomy.cdm</groupId> |
5 | 5 |
<artifactId>app-parent</artifactId> |
6 |
<version>5.6.0-SNAPSHOT</version>
|
|
6 |
<version>5.14.0-SNAPSHOT</version>
|
|
7 | 7 |
<name>CDM Applications Parent</name> |
8 | 8 |
<description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description> |
9 | 9 |
<url>http://wp5.e-taxonomy.eu/cdmlib/</url> |
10 | 10 |
<inceptionYear>2007</inceptionYear> |
11 | 11 |
<packaging>pom</packaging> |
12 |
<modules> |
|
13 |
<module>cdmlib-commons</module> |
|
14 |
<module>cdmlib-model</module> |
|
15 |
<module>cdmlib-persistence</module> |
|
16 |
<module>cdmlib-services</module> |
|
17 |
<module>cdmlib-ext</module> |
|
18 |
<module>cdmlib-io</module> |
|
19 |
<module>cdmlib-remote</module> |
|
20 |
<module>cdmlib-print</module> |
|
21 |
<module>cdmlib-remote-webapp</module> |
|
22 |
</modules> |
|
23 | 12 |
<properties> |
24 |
<java.codelevel>1.7</java.codelevel>
|
|
13 |
<java.codelevel>1.8</java.codelevel>
|
|
25 | 14 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
26 | 15 |
</properties> |
27 | 16 |
<licenses> |
... | ... | |
36 | 25 |
<url>http://www.e-taxonomy.eu/</url> |
37 | 26 |
</organization> |
38 | 27 |
<issueManagement> |
39 |
<system>Trac</system>
|
|
40 |
<url>http://dev.e-taxonomy.eu/trac/</url>
|
|
28 |
<system>Redmine</system>
|
|
29 |
<url>https://dev.e-taxonomy.eu/redmine/projects/edit</url>
|
|
41 | 30 |
</issueManagement> |
42 | 31 |
<ciManagement> |
43 |
<system>Hudson</system>
|
|
32 |
<system>Jenkins</system>
|
|
44 | 33 |
<url>http://160.45.63.201/jenkins</url> |
45 | 34 |
</ciManagement> |
46 | 35 |
<!-- **** REPOSITORIES **** --> |
... | ... | |
76 | 65 |
<name>JBoss Repository</name> |
77 | 66 |
<url>http://repository.jboss.com</url> |
78 | 67 |
</repository> |
79 |
<!-- codehaus mule repository needed for yourkit --> |
|
80 |
<repository> |
|
81 |
<id>CodehausMuleRepository</id> |
|
82 |
<url>http://dist.codehaus.org/mule/dependencies/maven2/</url> |
|
83 |
</repository> |
|
84 | 68 |
<!-- current spring source repositories --> |
85 | 69 |
<repository> |
86 | 70 |
<id>SpringSource Enterprise Bundle Repository - External Bundle Milestones</id> |
Also available in: Unified diff
cleanup poms in cdmlib-app