Updated version in config files to 3.6.1-SNAPSHOT
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / pom.xml
index f83e2569f942cbdd4846bcf04f25dc81d0c9710d..1ac27443476ae7ec993e0fa06340c94164f82ea8 100644 (file)
@@ -4,49 +4,15 @@
   <parent>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>taxeditor-parent</artifactId>
-    <version>3.0</version>
+    <version>3.6.1-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></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>