Revert project versions to 3.7.0-SNAPSHOT
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / pom.xml
index f83e2569f942cbdd4846bcf04f25dc81d0c9710d..adee4ede76424965d777d03c6f9aab985e945bc3 100644 (file)
@@ -1,52 +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</version>
+    <version>3.7.0-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
   <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
+  <packaging>eclipse-plugin</packaging>
+  
   <name>Editor Bundle</name>
+  <description />
   <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
   
-  <dependencies>
-    <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.core</groupId>
-               <artifactId>resources</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>forms</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>editors</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui.workbench</groupId>
-               <artifactId>texteditor</artifactId>
-       </dependency>
-       <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-io</artifactId>
-       </dependency>
-       <dependency>
-          <groupId>com.google.api</groupId>
-          <artifactId>translate</artifactId>
-       </dependency>
-  </dependencies>
 </project>