Updated version in pom / project files to taxeditor version : 4.1.1 and cdmlib versio...
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular.lib / pom.xml
index 5700ef85e5c9bdce5c2391835b30aba88b2240a9..9183e868b08bce9a2c81c5213c4b9182112b813d 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>4.1.1</version>
   </parent>
 
   <build>
                   timestamp</echo>
                 <move todir="./lib">
                   <fileset dir="./lib" />
-                  <mapper type="regexp"
-                    from="(^bioinfweb\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
+                  <mapper type="regexp" from="(^bioinfweb\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
                 </move>
                 <move todir="./lib">
                   <fileset dir="./lib" />
-                  <mapper type="regexp"
-                    from="(^libralign\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
+                  <mapper type="regexp" from="(^libralign\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
                 </move>
                 <move todir="./lib">
                   <fileset dir="./lib" />
-                  <mapper type="regexp"
-                    from="(^tic\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
+                  <mapper type="regexp" from="(^tic\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
                 </move>
                 <move todir="./lib">
                   <fileset dir="./lib" />
-                  <mapper type="regexp"
-                    from="(^core\-[0-9]\.[0-9]\.[0-9])(\.jar)" to="\1-SNAPSHOT\2" />
+                  <mapper type="regexp" from="(^core\-[0-9]\.[0-9]\.[0-9])(\.jar)" to="\1-SNAPSHOT\2" />
                 </move>
                 <move todir="./lib">
                   <fileset dir="./lib" />
-                  <mapper type="regexp"
-                    from="(^sequencing\-[0-9]\.[0-9]\.[0-9])(\.jar)" to="\1-SNAPSHOT\2" />
+                  <mapper type="regexp" from="(^sequencing\-[0-9]\.[0-9]\.[0-9])(\.jar)" to="\1-SNAPSHOT\2" />
                 </move>
               </target>
             </configuration>
     <dependency>
       <groupId>info.bioinfweb.libralign</groupId>
       <artifactId>libralign-core</artifactId>
-      <version>0-SNAPSHOT</version>
+      <version>0.4.0-preview-1</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.libralign</groupId>
       <artifactId>libralign-swt</artifactId>
-      <version>0-SNAPSHOT</version>
+      <version>0.4.0-preview-1</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.libralign</groupId>
       <artifactId>libralign-biojava1</artifactId>
-      <version>0-SNAPSHOT</version>
+      <version>0.4.0-preview-1</version>
     </dependency>
     <!-- commons -->
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
       <artifactId>bioinfweb-commons-swt</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2.0.0-preview-1</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
       <artifactId>bioinfweb-commons-core</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2.0.0-preview-1</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
       <artifactId>bioinfweb-commons-bio</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2.0.0-preview-1</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
       <artifactId>bioinfweb-commons-swing</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2.0.0-preview-1</version>
     </dependency>
     <!-- tic -->
     <dependency>
       <groupId>info.bioinfweb.tic</groupId>
       <artifactId>tic-core</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2.0.0-preview-1</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.tic</groupId>
       <artifactId>tic-swt</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2.0.0-preview-1</version>
     </dependency>
     <!-- biojava -->
     <dependency>