Updated version in config files to 3.2.2
[taxeditor.git] / eu.etaxonomy.taxeditor.application / pom.xml
index f955cf87539c1f0f54cc3493f8604a1b0b49809c..761c328ff31c51ce0d334e0c707c185f22d50529 100644 (file)
@@ -1,40 +1,18 @@
 <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>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
-  <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
-  <name>Application</name>
-  <description>All plugins are combined into this application.</description>
-  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url>
-  <dependencies>
-    <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-store</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-navigation</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-editor</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-printpublisher</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.equinox.p2</groupId>
-               <artifactId>operations</artifactId>
-       </dependency>
-  </dependencies>
+       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.2.2.201307011221</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>
+
 </project>