changes to be compliant with trunk for reintegration
authorAlexander Oppermann <a.oppermann@bgbm.org>
Tue, 9 Dec 2014 16:28:12 +0000 (16:28 +0000)
committerAlexander Oppermann <a.oppermann@bgbm.org>
Tue, 9 Dec 2014 16:28:12 +0000 (16:28 +0000)
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java
pom.xml

index 1268cad7dc2a86e5625b15d71fbf90df8d9f6770..a587a61f47b7b02c80f7480154d0c0944d7ce7f4 100644 (file)
@@ -28,7 +28,7 @@ public class ApplicationUtil extends AbstractUtility {
     /**
      * Prefix to declare the version as beta
      */
-    private static final String BETA_PREFIX = "[REDLIST]";
+    private static final String BETA_PREFIX = "[Beta]";
 
     /**
      * @return
diff --git a/pom.xml b/pom.xml
index 73e632ddacf34c01cd5bc4508e46e6ebbbdff84e..fa6f9ffa10d1a5030592ca982d5c351ac93a1098 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
   <properties>
     <java.codelevel>1.6</java.codelevel>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>3.5.0-SNAPSHOT</cdmlib.version>
+    <cdmlib.version>3.4.0-SNAPSHOT</cdmlib.version>
     <!-- TODO can we use project.version ????? -->
     <tycho.version>0.14.0</tycho.version>
     <taxeditor.version>3.4.0-SNAPSHOT</taxeditor.version>