bumping version to 3.1.3-SNAPSHOT after release
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
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/xsd/maven-4.0.0.xsd">
3 <parent>
4 <groupId>eu.etaxonomy</groupId>
5 <artifactId>taxeditor-parent</artifactId>
6 <version>3.1.3-SNAPSHOT</version>
7 </parent>
8
9 <modelVersion>4.0.0</modelVersion>
10 <artifactId>eu.etaxonomy.taxeditor</artifactId>
11 <packaging>eclipse-repository</packaging>
12
13 <name>EDIT Taxonomic Editor Product</name>
14 <description>The EDIT Taxonomic Desktop Editor</description>
15 <url>http://wp5.e-taxonomy.eu/taxeditor</url>
16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.eclipse.tycho</groupId>
21 <artifactId>tycho-p2-director-plugin</artifactId>
22 <version>${tycho.version}</version>
23 <executions>
24 <execution>
25 <id>materialize-products</id>
26 <goals>
27 <goal>materialize-products</goal>
28 </goals>
29 </execution>
30 <execution>
31 <id>archive-products</id>
32 <goals>
33 <goal>archive-products</goal>
34 </goals>
35 </execution>
36 </executions>
37 <configuration>
38 <products>
39 <product>
40 <id>eu.etaxonomy.taxeditor.product</id>
41 <rootFolder>EDIT Taxonomic Editor</rootFolder>
42 </product>
43 </products>
44 </configuration>
45 </plugin>
46 </plugins>
47 </build>
48
49 </project>