Project

General

Profile

« Previous | Next » 

Revision 6d4b8d16

Added by Andreas Müller about 13 years ago

implemented parsing and new handling for "unranked" ranks #2141

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/CdmMetaData.java
63 63
		result.add(new CdmMetaData(MetaDataPropertyName.DB_CREATE_DATE, new DateTime().toString()));
64 64
		return result;	
65 65
	}
66
	
66 67
	/**
67 68
	 * The version number for the terms loaded by the termloader (csv-files)
68 69
	 * It is recommended to have the first two numbers equal to the CDM Library version number.
......
78 79
	 * 
79 80
	 * The last number represents the date of change.
80 81
	 */
81
	private static final String termsVersion = "3.0.1.0.201012150000";
82
	private static final String termsVersion = "3.0.1.1.201101310000";
82 83
	
83 84
	
84 85
	public enum MetaDataPropertyName{

Also available in: Unified diff