updating poms for 3.8.0-SNAPSHOT development
[taxeditor.git] / eu.etaxonomy.taxeditor.application / pom.xml
index 17cca05e7bb5cbe683245745bd6a414299c5020f..2f4db0a333cf6b161c68a17a536f75a8b78d590c 100644 (file)
@@ -1,18 +1,33 @@
-<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">
+<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">
 
-       <parent>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-parent</artifactId>
-               <version>3.3.7.201409041703</version>
-       </parent>
+  <parent>
+    <groupId>eu.etaxonomy</groupId>
+    <artifactId>taxeditor-parent</artifactId>
+    <version>3.8.0-SNAPSHOT</version>
+  </parent>
 
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
-       <packaging>eclipse-plugin</packaging>
-       
-       <name>Application</name>
-       <description>All plugins are combined into this application.</description>
-       <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
+  <packaging>eclipse-plugin</packaging>
 
+  <name>Application</name>
+  <description>All plugins are combined into this application.</description>
+  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url>
+
+  <properties>
+   <timestamp>${maven.build.timestamp}</timestamp>
+   <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
+</properties>
+  
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+            <include>about.mappings</include>            
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+   </build>
 </project>