Skip to content

Bedework/bw-calendar-engine

Repository files navigation

bw-calendar-engine Build Status

The calendar engine for Bedework.

This project provides most of the protocol support for the system.

Requirements

  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

See Release Notes for the full release which covers the details.

3.12.0

Many changes up to this point. github log may be best reference.

3.12.1