Project

General

Profile

Download (664 Bytes) Statistics
| Branch: | Tag: | Revision:
1 dec50689 n.hoffmann
<?xml version="1.0"?>
2 b6f47468 n.hoffmann
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 dec50689 n.hoffmann
	<parent>
5 cfd87902 n.hoffmann
		<artifactId>taxeditor-parent</artifactId>
6 dec50689 n.hoffmann
		<groupId>eu.etaxonomy</groupId>
7 d8887e9f Cherian Mathew
		<version>3.2.0-SNAPSHOT</version>
8 dec50689 n.hoffmann
	</parent>
9 b6f47468 n.hoffmann
10 dec50689 n.hoffmann
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.etaxonomy</groupId>
12 a49c25e1 n.hoffmann
	<artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId>
13 b6f47468 n.hoffmann
	<packaging>eclipse-plugin</packaging>
14 dec50689 n.hoffmann
	
15 cfd87902 n.hoffmann
	<name>Printpublisher Bundle</name>
16 b6f47468 n.hoffmann
	<description></description>
17 3be6ef3e n.hoffmann
	<url>http://wp5.e-taxonomy.eu/printpublisher</url>
18 b6f47468 n.hoffmann
19 dec50689 n.hoffmann
</project>