ref #1444, ref #8508, ref #8509 move synonymTaxonRelationshiptype uuid to TaxonRelati...
[cdmlib-apps.git] / cdm-eflora / 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
8 <modelVersion>4.0.0</modelVersion>
9
10 <groupId>eu.etaxonomy.cdm</groupId>
11 <artifactId>cdm-eflora</artifactId>
12 <version>5.6.0-SNAPSHOT</version>
13
14 <name>CDM e-Flora</name>
15 <description>The e-Flora package for e-FLora imports to the EDIT CDM Platform</description>
16
17 <properties>
18 <java.codelevel>1.8</java.codelevel>
19 </properties>
20 <scm>
21 <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-apps.git</connection>
22 <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-apps.git</developerConnection>
23 <url>https://dev.e-taxonomy.eu/gitweb/cdmlib-apps.git/tree/HEAD:/cdm-eflora</url>
24 </scm>
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.apache.maven.plugins</groupId>
29 <artifactId>maven-compiler-plugin</artifactId>
30 <version>2.3.2</version>
31 <configuration>
32 <source>${java.codelevel}</source>
33 <target>${java.codelevel}</target>
34 <encoding>UTF-8</encoding>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39 <repositories>
40 <!-- codehaus mule repository needed for yourkit -->
41 <repository>
42 <id>CodehausMuleRepository</id>
43 <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
44 </repository>
45 </repositories>
46 <dependencies>
47 <dependency>
48 <groupId>eu.etaxonomy</groupId>
49 <artifactId>cdmlib-test</artifactId>
50 <scope>test</scope>
51 <version>${project.version}</version>
52 </dependency>
53 <dependency>
54 <groupId>eu.etaxonomy</groupId>
55 <artifactId>cdmlib-io</artifactId>
56 <version>${project.version}</version>
57 </dependency>
58 </dependencies>
59 </project>
60