Updated version in pom / project files to taxeditor version : 4.8.1 and cdmlib versio...
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular.lib / pom.xml
index 0d785b9260adad88355e62b9fb432a86b85516b5..ad04ad7c0b80b69cd116ae537d33c1c0e5cbf32c 100644 (file)
@@ -7,8 +7,11 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.8.1</version>
   </parent>
+  
+  <name>Molecular Library Dependencies Bundle</name>
+  <description>Plugin containing all the library dependencies</description>
 
   <build>
     <plugins>
               <goal>copy-dependencies</goal>
             </goals>
             <configuration>
-              <includeArtifactIds>libralign-swt, libralign-core,
-                bioinfweb-commons-swt, bioinfweb-commons-core,
-                bioinfweb-commons-bio, bioinfweb-commons-swing,
-                tic-core, libralign-biojava1, core, sequencing, 
-                tic-swt, jphyloio-core, owlapi-xmlutils</includeArtifactIds>
+              <includeArtifactIds>libralign-core, libralign-swt, libralign-biojava1, libralign-io, 
+                bioinfweb-commons-java-swt, bioinfweb-commons-java-core,
+                bioinfweb-commons-java-bio, bioinfweb-commons-java-swing,
+                tic-core, core, sequencing, 
+                tic-swt, jphyloio-core, owlapi-xmlutils, 
+                commons-lang3, commons-collections4, commons-beanutils</includeArtifactIds>
               <outputDirectory>lib</outputDirectory>
               <overWriteReleases>true</overWriteReleases>
               <overWriteSnapshots>true</overWriteSnapshots>
@@ -73,6 +77,8 @@
               </target>
             </configuration>
           </execution>
+          
+          <!-- The following should not be necessary anymore. -->
           <execution>
             <id>update-snapshot-jar-names</id>
             <phase>validate</phase>
                   <fileset dir="./lib" />
                   <mapper type="regexp" from="(^jphyloio\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
                 </move>
-                <move todir="./lib">
-                  <fileset dir="./lib" />
-                  <mapper type="regexp" from="(^owlapi\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
-                </move>
-                <move todir="./lib">
-                  <fileset dir="./lib" />
-                  <mapper type="regexp" from="commons-collections4-4.1.jar" to="commons-collections4-4.1.jar" />
-                </move>
-                <move todir="./lib">
-                  <fileset dir="./lib" />
-                  <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" />
-                </move>
               </target>
             </configuration>
           </execution>
   </build>
 
   <dependencies>
-    <!-- JPhyloIO -->
-    <dependency>
-      <groupId>info.bioinfweb.jphyloio</groupId>
-      <artifactId>jphyloio-core</artifactId>
-      <version>0-SNAPSHOT</version>
-    </dependency>
+    <!-- Apache commons -->
     <dependency>
-      <groupId>info.bioinfweb.thirdparty.owlapi</groupId>
-      <artifactId>owlapi-xmlutils</artifactId>
-      <version>4.1.4</version>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>3.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
       <version>4.1</version>
     </dependency>
-    <!-- LibrAlign -->
-    <dependency>
-      <groupId>info.bioinfweb.libralign</groupId>
-      <artifactId>libralign-core</artifactId>
-      <version>0.4.0-preview-1</version>
-    </dependency>
-    <dependency>
-      <groupId>info.bioinfweb.libralign</groupId>
-      <artifactId>libralign-swt</artifactId>
-      <version>0.4.0-preview-1</version>
-    </dependency>
     <dependency>
-      <groupId>info.bioinfweb.libralign</groupId>
-      <artifactId>libralign-biojava1</artifactId>
-      <version>0.4.0-preview-1</version>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.9.2</version>
     </dependency>
+    
     <!-- bioinfweb.commons -->
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
-      <artifactId>bioinfweb-commons-swt</artifactId>
-      <version>2.0.0-preview-1</version>
+      <artifactId>bioinfweb-commons-java-core</artifactId>
+      <version>2.2.0</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
-      <artifactId>bioinfweb-commons-core</artifactId>
-      <version>2.0.0-preview-1</version>
+      <artifactId>bioinfweb-commons-java-swt</artifactId>
+      <version>2.0.0</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
-      <artifactId>bioinfweb-commons-bio</artifactId>
-      <version>2.0.0-preview-1</version>
+      <artifactId>bioinfweb-commons-java-bio</artifactId>
+      <version>2.0.0</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
-      <artifactId>bioinfweb-commons-swing</artifactId>
-      <version>2.0.0-preview-1</version>
+      <artifactId>bioinfweb-commons-java-swing</artifactId>
+      <version>2.2.0</version>
     </dependency>
+    
     <!-- TIC -->
     <dependency>
       <groupId>info.bioinfweb.tic</groupId>
       <artifactId>tic-core</artifactId>
-      <version>2.0.0-preview-1</version>
+      <version>2.0.0</version>
     </dependency>
     <dependency>
       <groupId>info.bioinfweb.tic</groupId>
       <artifactId>tic-swt</artifactId>
-      <version>2.0.0-preview-1</version>
+      <version>2.0.0</version>
     </dependency>
+    
     <!-- BioJava -->
     <dependency>
       <groupId>org.biojava</groupId>
       <artifactId>sequencing</artifactId>
       <version>1.9.2</version>
     </dependency>
+    
+    <!-- LibrAlign -->
+    <dependency>
+      <groupId>info.bioinfweb.libralign</groupId>
+      <artifactId>libralign-core</artifactId>
+      <version>0.4.0</version>
+    </dependency>
+    <dependency>
+      <groupId>info.bioinfweb.libralign</groupId>
+      <artifactId>libralign-swt</artifactId>
+      <version>0.4.0</version>
+    </dependency>
+    <dependency>
+      <groupId>info.bioinfweb.libralign</groupId>
+      <artifactId>libralign-biojava1</artifactId>
+      <version>0.4.0</version>
+    </dependency>
+    <dependency>
+      <groupId>info.bioinfweb.libralign</groupId>
+      <artifactId>libralign-io</artifactId>
+      <version>0.4.0</version>
+    </dependency>
+    
+    <!-- JPhyloIO -->
+    <dependency>
+      <groupId>info.bioinfweb.jphyloio</groupId>
+      <artifactId>jphyloio-core</artifactId>
+      <version>0.3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>info.bioinfweb.thirdparty.owlapi</groupId>
+      <artifactId>owlapi-xmlutils</artifactId>
+      <version>4.1.4</version>
+    </dependency>
   </dependencies>
 
   <repositories>