Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Updated external libraries to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Oct 29, 2014
1 parent 03fc0f7 commit cd43c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -97,12 +97,12 @@
<dependency>
<groupId>org.shredzone.jshred</groupId>
<artifactId>jshred-util</artifactId>
<version>16</version>
<version>18</version>
</dependency>
<dependency>
<groupId>net.fortuna.ical4j</groupId>
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>1.0-rc1</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -112,12 +112,12 @@
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx</artifactId>
<version>1.6</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<version>1.1.18</version>
<version>1.2.9</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/ical4j.properties
Expand Up @@ -35,7 +35,7 @@

#net.fortuna.ical4j.timezone.update.enabled={true|false}

#net.fortuna.ical4j.timezone.date.floating={true|false}
net.fortuna.ical4j.timezone.date.floating=true

#net.fortuna.ical4j.factory.decoder=net.fortuna.ical4j.util.DefaultDecoderFactory

Expand Down

0 comments on commit cd43c9c

Please sign in to comment.