Ebean was ignoring explicitly specifying the @Version annotation.
Note that Ebean also uses naming conventions to find @Version (Timestamp or Numeric Counter) but also inserted timestamp properties. In doing so explicitly specifying the @Version was missed :(