Fix versions
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / pom.xml
index 0975bf0160ba3f1a7a169078ee1ed2cbf3fe5936..0154836ae7e6bf9e5256bec1e2b002528221adca 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.12.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>eu.etaxonomy.taxeditor.cdmlib</artifactId>
                <echo>Update cdmlib jars to SNAPSHOT when build with timestamp</echo>
                <move todir="./lib">
                  <fileset dir="./lib" />
-                 <mapper type="regexp" from="(^cdmlib\-.*\-[0-9]\.[0-9]\.[0-9]\-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
+                 <mapper type="regexp" from="(^cdmlib\-.*\-\d+\.\d+\.\d+\-)[\d.-]+(\.jar)" to="\1SNAPSHOT\2" />
                </move>                           
                <move todir="./lib">
                  <fileset dir="./lib" />
-                 <mapper type="regexp" from="(^cdmlib\-.*\-[0-9]\.[0-9]\.[0-9]\-)[0-9.-]+(\-sources\.jar)" to="\1SNAPSHOT\2" />
+                 <mapper type="regexp" from="(^cdmlib\-.*\-\d+\.\d+\.\d+\-)[\d.-]+(\-sources\.jar)" to="\1SNAPSHOT\2" />
                </move>                           
              </target> 
            </configuration>