fix #6308: fix correct deletion handling of synonyms and misapplications and the...
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 832789197cf77adc76c0aba21d3ae1591bbd13ce..a6e4ef896908ea7b554234ec4ddfb53de9fb6b53 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <description>The Taxonomic Editor for EDIT's platform for
     cybertaxonomy
   </description>
-  <url>http://cybertaxonomy.eu/taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor/
+  <url>https://cybertaxonomy.eu/taxeditor
   </url>
   <inceptionYear>2007</inceptionYear>
   <packaging>pom</packaging>
@@ -23,7 +23,7 @@
     <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
       for higher version numbers tycho needs to be build against Eclipse Mars or 
       higher -->
-    <tycho.version>0.22.0</tycho.version>
+    <tycho.version>1.0.0</tycho.version>
     <taxeditor.version>4.7.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
       <url>http://download.eclipse.org/releases/indigo/</url>
     </repository>
   </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin --> 
+      <id>EditRepository</id>
+      <url>http://cybertaxonomy.eu/mavenrepo/</url>
+    </pluginRepository>
+  </pluginRepositories>
   <build>
     <plugins>
       <plugin>
         <version>${tycho.version}</version>
         <configuration>
           <environments>
-            <environment>
-              <os>macosx</os>
-              <ws>cocoa</ws>
-              <arch>x86_64</arch>
-            </environment>
+<!--             <environment> -->
+<!--               <os>macosx</os> -->
+<!--               <ws>cocoa</ws> -->
+<!--               <arch>x86_64</arch> -->
+<!--             </environment> -->
             <environment>
               <os>win32</os>
               <ws>win32</ws>