Project

General

Profile

Download (624 Bytes) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  
4
  <parent>
5
	<groupId>eu.etaxonomy</groupId>
6
	<artifactId>taxeditor-parent</artifactId>
7 82b02bfc jenkins
    <version>4.3.0</version>
8 e8409423 n.hoffmann
  </parent>
9
  
10
  <modelVersion>4.0.0</modelVersion>
11 a49c25e1 n.hoffmann
  <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
12 b6f47468 n.hoffmann
  <packaging>eclipse-plugin</packaging>
13
  
14 e8409423 n.hoffmann
  <name>Editor Bundle</name>
15 b6f47468 n.hoffmann
  <description></description>
16 e8409423 n.hoffmann
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
17
  
18
</project>