Updated version in pom / project files to taxeditor version : 5.8.0 and cdmlib versio...
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index a3f78a4d12f7a81cff4d62a25f50f893aefd6281..2f84bf6df8dc476fef774bfb861d32c5353ca9af 100644 (file)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>5.8.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -11,7 +11,7 @@
 
   <name>EDIT Taxonomic Editor Product</name>
   <description>The EDIT Taxonomic Desktop Editor</description>
-  <url>http://wp5.e-taxonomy.eu/taxeditor</url>
+  <url>https://cybertaxonomy.eu/taxeditor</url>
   <properties>
     <product.id>eu.etaxonomy.taxeditor.product</product.id>
   </properties>
                 <goal>sshexec</goal>
               </goals>
               <configuration>
-                <url>scp://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/</url>
+                <url>scp://cybertaxonomy.eu</url>
                 <commands>
-                  <command>rm -r ${update.dir}/*</command>
+                  <command>rm -r /var/www/download/taxeditor/update/${update.dir}/*</command>
                 </commands>
+                <failOnError>false</failOnError>
               </configuration>
             </execution>
              <execution>
             </executions>
             <configuration>
               <fromDir>${project.build.directory}/repository</fromDir>
-              <url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
+              <url>scpexe://cybertaxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
 <!--               <includes> -->
 <!--                 binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar -->
 <!--               </includes> -->
               <!-- Comment out the above and uncomment the below to upload 
                 all jars -->
               <includes>**/*</includes>
-              <serverId>wp5.e-taxonomy.eu</serverId>
+              <serverId>cybertaxonomy.eu</serverId>
             </configuration>
           </plugin>
         </plugins>