Project

General

Profile

Download (641 Bytes) Statistics
| Branch: | Tag: | Revision:
1 f27dd202 jenkins
<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 29b09b3a Patric Plitzner
3
  <parent>
4
    <groupId>eu.etaxonomy</groupId>
5
    <artifactId>taxeditor-parent</artifactId>
6 80f3b1be jenkins
    <version>4.11.0-SNAPSHOT</version>
7 29b09b3a Patric Plitzner
  </parent>
8
9
  <modelVersion>4.0.0</modelVersion>
10
  <artifactId>eu.etaxonomy.taxeditor.molecular</artifactId>
11
  <packaging>eclipse-plugin</packaging>
12
13
  <name>Molecular Bundle</name>
14
  <description>Provides editors, views and operations for handling molecular data and alignments</description>
15
16
</project>