Bedework iCal4j

A fork of iCal4j with customizations for Bedework.

License

License

iCal4j - License
Categories

Categories

iCal4j General Purpose Libraries Date and Time
GroupId

GroupId

org.bedework
ArtifactId

ArtifactId

bw-ical4j-cl
Last Version

Last Version

1.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Bedework iCal4j
A fork of iCal4j with customizations for Bedework.

Download bw-ical4j-cl

How to add to project

<!-- https://jarcasting.com/artifacts/org.bedework/bw-ical4j-cl/ -->
<dependency>
    <groupId>org.bedework</groupId>
    <artifactId>bw-ical4j-cl</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bedework/bw-ical4j-cl/
implementation 'org.bedework:bw-ical4j-cl:1.1.4'
// https://jarcasting.com/artifacts/org.bedework/bw-ical4j-cl/
implementation ("org.bedework:bw-ical4j-cl:1.1.4")
'org.bedework:bw-ical4j-cl:jar:1.1.4'
<dependency org="org.bedework" name="bw-ical4j-cl" rev="1.1.4">
  <artifact name="bw-ical4j-cl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bedework', module='bw-ical4j-cl', version='1.1.4')
)
libraryDependencies += "org.bedework" % "bw-ical4j-cl" % "1.1.4"
[org.bedework/bw-ical4j-cl "1.1.4"]

Dependencies

compile (3)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1
commons-codec : commons-codec jar 1.6
commons-lang : commons-lang jar 2.4

provided (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.5
commons-io : commons-io jar 1.4

Project Modules

There are no modules declared in this project.

bw-ical4j-cl Build Status

This project is a fork of ical4j that has been modified to suit 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.

##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

org.bedework

Bedework

This is the overall project for the github hosted 4.x development version of bedework. Use https://github.com/Bedework/bedework to post issues for any release.

Versions

Version
1.1.4
1.1.3
1.1.1