adding site content
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 95f87e1284c8eb9fdbb31f2fcf84b6b8b4ec3d57..d5b0770f20ce665a6e026776afaad4b0a6353cce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>taxeditor-parent</artifactId>
-       <version>1.0</version>
+       <version>2.1</version>
 
        <name>EDIT Taxonomic Editor</name>
        <description>The EDIT Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
@@ -18,6 +18,8 @@
                <module>taxeditor-navigation</module>
                <module>taxeditor-editor</module>
                <module>taxeditor-bulkeditor</module>
+               <module>taxeditor-printpublisher</module>
+               <module>taxeditor-annotatedlineeditor</module>
                <module>taxeditor-application</module>
        </modules>
        
                                <configuration>
                                        <downloadSources>true</downloadSources>
                                        <downloadJavadocs>true</downloadJavadocs>       
+                                       <additionalProjectnatures>
+                                               <projectnature>org.eclipse.pde.PluginNature</projectnature>
+                                       </additionalProjectnatures>
                                </configuration>
                        </plugin>
                        
                </dependencies>
        </dependencyManagement>
        
-</project>
\ No newline at end of file
+</project>