Project

General

Profile

Download (926 Bytes) Statistics
| Branch: | Tag: | Revision:
1 64e8b08e Andreas Müller
<?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
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
	<parent>
6
		<groupId>eu.etaxonomy</groupId>
7
		<artifactId>cdmlib-parent</artifactId>
8 693b9e59 Andreas Müller
		<version>2.1</version>
9 64e8b08e Andreas Müller
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<artifactId>eu.etaxonomy.cdmLibrary.source</artifactId>
12
	<description>sources for cdmLibrary-plugin</description>
13
14
	<build>
15
		<plugins>
16
			<plugin>
17
				<artifactId>maven-compiler-plugin</artifactId>
18
				<configuration>
19
					<source>1.5</source>
20
					<target>1.5</target>
21
				</configuration>
22
			</plugin>
23
		</plugins>
24
	</build>
25
	<dependencies>
26
  	 	<dependency>
27
  			<groupId>eu.etaxonomy</groupId>
28
  			<artifactId>cdmlib-services</artifactId>
29
  		</dependency>
30
 	</dependencies>
31
32
33
</project>