Database access for bedework.
- JDK 17
- Maven 3
mvn clean install
Releases of this fork are published to Maven Central via Sonatype.
To create a release, you must have:
- Permissions to publish to the
org.bedework
groupId. gpg
installed with a published key (release artifacts are signed).
To perform a new release use the release script:
./bedework/build/quickstart/linux/util-scripts/release.sh "" "-SNAPSHOT"
When prompted, indicate all updates are committed
For full details, see Sonatype's documentation for using Maven to publish releases.
- First version committed
This module provides database access objects for different versions of bedework and different databases.
The interfaces are database independent adn it is assumed the versions will change slower than for the implementing classes. Tools and systems using these may need to check the class of the interface to determine what capabilities are present.