Project

General

Profile

« Previous | Next » 

Revision d3622550

Added by Andreas Müller about 5 years ago

update pom versions in appimport

View differences:

XperCdmIntegration/pom.xml
7 7
  <parent>
8 8
    <groupId>eu.etaxonomy</groupId>
9 9
    <artifactId>cdmlib-parent</artifactId>
10
    <version>3.5.2-SNAPSHOT</version>
10
    <version>5.6.0-SNAPSHOT</version>
11 11
    <relativePath>../pom.xml</relativePath>
12 12
  </parent>
13 13
  
app-import/pom.xml
8 8
  
9 9
  <groupId>eu.etaxonomy</groupId>
10 10
  <artifactId>imports</artifactId>
11
  <version>5.2.0-SNAPSHOT</version>
11
  <version>5.6.0-SNAPSHOT</version>
12 12
  
13 13
  <name>App Import</name>
14 14
  <description>A collection of diverse imports to the EDIT CDM Platform</description>
cdm-eflora/pom.xml
9 9
  
10 10
  <groupId>eu.etaxonomy.cdm</groupId>
11 11
  <artifactId>cdm-eflora</artifactId>
12
  <version>5.5.0-SNAPSHOT</version>
12
  <version>5.6.0-SNAPSHOT</version>
13 13
  
14 14
  <name>CDM e-Flora</name>
15 15
  <description>The e-Flora package for e-FLora imports to the EDIT CDM Platform</description>
cdm-pesi/pom.xml
12 12
  
13 13
  <groupId>eu.etaxonomy.cdm</groupId>
14 14
  <artifactId>cdm-pesi</artifactId>
15
  <version>5.5.0-SNAPSHOT</version>
15
  <version>5.6.0-SNAPSHOT</version>
16 16
  
17 17
  <name>CDM PESI</name>
18 18
  <description>The PESI package for EDIT's CdmLibrary</description>
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>
pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>cdmlib-parent</artifactId>
7
		<version>5.2.0-SNAPSHOT</version>
7
		<version>5.6.0-SNAPSHOT</version>
8 8
		<relativePath>../pom.xml</relativePath>
9 9
	</parent>
10 10

  

Also available in: Unified diff