Project

General

Profile

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