Revision d3622550
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>4.3.0-SNAPSHOT</version>
|
|
6 |
<version>5.6.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> |
... | ... | |
118 | 118 |
<groupId>org.apache.maven.plugins</groupId> |
119 | 119 |
<artifactId>maven-surefire-plugin</artifactId> |
120 | 120 |
<configuration> |
121 |
<argLine>-Xmx512M -XX:MaxPermSize=128M</argLine>
|
|
121 |
<argLine>-Xmx1024M</argLine>
|
|
122 | 122 |
<runOrder>alphabetical</runOrder> |
123 | 123 |
<includes> |
124 | 124 |
<include>**/*Test.java</include> |
Also available in: Unified diff
update pom versions in appimport