Updated version in pom / project files to taxeditor version : 5.13.1 and cdmlib versi...
[taxeditor.git] / eu.etaxonomy.taxeditor.application / pom.xml
1 <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 <parent>
3 <groupId>eu.etaxonomy</groupId>
4 <artifactId>taxeditor-parent</artifactId>
5 <version>5.19.0-SNAPSHOT</version>
6 </parent>
7
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
10 <packaging>eclipse-plugin</packaging>
11
12 <name>Application</name>
13 <description>All plugins are combined into this application.</description>
14 <url>https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/TaxonomicEditor</url>
15
16 <properties>
17 <timestamp>${maven.build.timestamp}</timestamp>
18 <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
19 </properties>
20
21 <build>
22 <resources>
23 <resource>
24 <directory>.</directory>
25 <includes>
26 <include>about.mappings</include>
27 </includes>
28 <filtering>true</filtering>
29 </resource>
30 </resources>
31 </build>
32 </project>