-
Bug
-
Resolution: Fixed
-
Major
-
None
mysql ddl contains:
VERSION varchar(56) NOT NULL,
However, per definition, Maven versions can be up to 100 characters long (in hsql, ist VARCHAR(256) btw).
Since we encode branch names in our version, we break that 56 character boundry.
This column should conform to Maven rules for versions.