This project provides a synch engine for external subscriptions for Bedework.
It could also be used for 1 way synchronization between any source and server.
- JDK 8
- 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.bedeworkgroupId. gpginstalled with a published key (release artifacts are signed).
To perform a new release:
mvn 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 release:perform
For full details, see Sonatype's documentation for using Maven to publish releases.
- First 4.x release based on 3.11 dev
- 3.12 onwards releases of bedework calendar engine now use this version.