Updated version in pom / project files to taxeditor version : 3.7.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / pom.xml
index f5adc6407613981b27ec4121c0c9cbfff0d4d278..adee4ede76424965d777d03c6f9aab985e945bc3 100644 (file)
@@ -1,38 +1,17 @@
-<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.0.6-SNAPSHOT</version>
+    <version>3.7.0-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
   <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
   <packaging>eclipse-plugin</packaging>
-  <version>3.0.6-SNAPSHOT</version>
   
   <name>Editor Bundle</name>
-  <description></description>
+  <description />
   <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
   
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-packaging-plugin</artifactId>
-        <version>${tycho.version}</version>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>