Skip to content

Base classes and constants for all bedework projects

License

Notifications You must be signed in to change notification settings

Bedework/bw-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bw-base Build Status

Base classes and constants for all bedework projects

  1. JDK 17
  2. Maven 3

Building Locally

mvn clean install

Releasing

Releases of this fork are published to Maven Central via Sonatype.

To create a release, you must have:

  1. Permissions to publish to the org.bedework groupId.
  2. gpg installed with a published key (release artifacts are signed).

To perform a new release:

mvn -P bedework-dev release:clean release:prepare

When prompted, select the desired version; accept the defaults for scm tag and next development version. When the build completes, and the changes are committed and pushed successfully, execute:

mvn -P bedework-dev release:perform

For full details, see Sonatype's documentation for using Maven to publish releases.

Release Notes

1.0.0

  • Move response classes into this new module
  • Move most of the exceptions into the new bw-base module.
  • Add new database exception and move db related exceptions into new package

About

Base classes and constants for all bedework projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages