add java code level 1.7 to pesi, app-import and xper-integration
[cdmlib-apps.git] / XperCdmIntegration / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <!--
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 -->
7 <parent>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>cdmlib-parent</artifactId>
10 <version>3.4.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
14 <modelVersion>4.0.0</modelVersion>
15 <artifactId>xper2-cdm-integration</artifactId>
16 <name>xper2 Cdm Integration</name>
17 <description>The import-export package for EDIT's cdmLibrary</description>
18 <properties>
19 <java.codelevel>1.7</java.codelevel>
20 </properties>
21 <scm>
22 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/XperCdmIntegration/</connection>
23 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/XperCdmIntegration/</developerConnection>
24 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/XperCdmIntegration/</url>
25 </scm>
26
27 <dependencies>
28 <dependency>
29 <groupId>eu.etaxonomy</groupId>
30 <artifactId>cdmlib-io</artifactId>
31 <version>3.0.12</version>
32 </dependency>
33 <dependency>
34 <groupId>eu.etaxonomy</groupId>
35 <artifactId>xper2</artifactId>
36 <version>3.0</version>
37 </dependency>
38
39 <dependency>
40 <groupId>aspectj</groupId>
41 <artifactId>aspectjrt</artifactId>
42 <version>1.6.3</version>
43 </dependency>
44 </dependencies>
45 </project>