Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Right now to bump XML version you need to change several places. Extensions are defined via Project.VERSION constant in the cayenne-project module. Domain and DataMap XML versions are defined in the cayenne module in the corresponding XML handlers.
That's not optimal and annoying once you need to bump this version, so we could define it in one place in the main module and use it everywhere.