bw-ical4j-cl
This project is a fork of ical4j that has been modified to suit specific needs of Bedework.
Requirements
- JDK 7
- 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:
- Permissions to publish to the
org.bedework
groupId. gpg
installed 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.
##Changes
##Version 1.1.1 Forked off bedework version
##Version 1.1.2 Fix parsing of parameters with '=' in value
##Version 1.1.3 Problem with maven-release required increment
##Version 1.1.4 Remove dependency on backport library (not released)
##Version 1.1.5 Fix javadoc plugin