org.bedework:bw-ical4j-vcard

A fork of ical4j-vcard with customizations for bedework


License
ICU

Documentation

bw-ical4j-vcard Build Status

This project is a fork of ical4j-vcard that has been modified to suit the specific needs of Bedework.

Requirements

  1. JDK 7
  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 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.

Release Notes

1.0.1

Forked off the ical4j release to allow non-snapshot versions.

1.0.2

Add Property.getExtendedName method

1.0.3

bw ical4j dependency

1.0.4

bw ical4j dependency

1.0.5

ical4j 2.x dependency