merge-update from trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.application / src / main / java / eu / etaxonomy / taxeditor / ApplicationUtil.java
index 62194cb5a9e572c664b6d2923c5a3f2299263865..545515eb215df44b29f7e5164f3747fd41f27cdb 100644 (file)
@@ -28,7 +28,7 @@ public class ApplicationUtil extends AbstractUtility {
     /**
      * Prefix to declare the version as beta
      */
-    private static final String BETA_PREFIX = "[BETA]";
+    private static final String BETA_PREFIX = "[Campanula CDM 3.4]";
 
     /**
      * @return
@@ -54,7 +54,7 @@ public class ApplicationUtil extends AbstractUtility {
      * @return
      */
     public static boolean isStable() {
-        return !getVersion().startsWith(BETA_PREFIX);
+        return !getVersion().startsWith("[");
     }
        /**
         * <p>getPluginId</p>