Project

General

Profile

Download (796 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<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
  	<version>1.0</version>
8
  </parent>
9
  
10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12
  <artifactId>taxeditor-bulkeditor</artifactId>
13
  <packaging>jar</packaging>
14
  <version>1.0</version>
15
  <name>Bulkeditor Bundle</name>
16
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
17
  <dependencies>
18
      <dependency>
19
    		<groupId>eu.etaxonomy</groupId>
20
    		<artifactId>taxeditor-store</artifactId>
21
    	</dependency>
22
  </dependencies>
23
</project>
    (1-1/1)