Project

General

Profile

« Previous | Next » 

Revision 2d6df6fe

Added by Cherian Mathew about 9 years ago

eu.etaxonomy.taxeditor.product.with.jre : removed since the jre bundling is done on jenkins
ApplicationUtil : added UTC to beta version string
eu.etaxonomy.taxeditor.cdmlib/pom.xml : fixes problem with clean validate - ticket #4733

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java
45 45
            // this is a stable version
46 46
            return version;
47 47
        } else {
48
            return BETA_PREFIX + " " + version;
48
            return BETA_PREFIX + " " + version + " UTC";
49 49
        }
50 50

  
51 51
    }

Also available in: Unified diff