Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 662 Bytes

versioning.md

File metadata and controls

19 lines (12 loc) · 662 Bytes

Versioning Virtual Schemas and SQL Dialects

All dialects have the same version as the master project. In the master pom.xml file a property called product-version is set. Use this in as the artifact version number in the JDBC adapter and all dialects.

Run the script

jdbc-adapter/tools/version.sh verify

To check that all documentation and templates reference the same version number. This script is also used as a build breaker in the continuous integration script.

To update documentation files run

jdbc-adapter/tools/version.sh unify

Note that the script must be run from the root directory of the virtual schema project.