in src/main/java/org/apache/maven/plugins/gpg/GpgVersion.java [83:85]
public boolean isBefore(GpgVersion other) { return this.compareTo(other) < 0; }