Release

public class Release implements Serializable

The release object contains the version and a timestamp of the current release.

Fields

date

private LocalDateTime date

The timestamp (in UTC) indicates when a publisher has released the DataAcquisitionProject. Must not be empty.

serialVersionUID

private static final long serialVersionUID

version

private String version

A valid semver version (major.minor.patch). Must not be empty and must not contain more than 32 characters. A version of a DataAcquisitionProject must not be decreased.