Skip to content

Commit

Permalink
compatibility fix
Browse files Browse the repository at this point in the history
see issue #298
  • Loading branch information
MenoData committed Jun 12, 2015
1 parent dfe7f4d commit b89792a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.time4j</groupId>
<artifactId>time4j-tzdata</artifactId>
<version>1.2-2015d</version>
<version>1.3-2015d</version>
<packaging>jar</packaging>
<name>Time4J-TZDATA</name>

Expand Down Expand Up @@ -196,19 +196,19 @@
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-core</artifactId>
<version>[3.0,4.0)</version>
<scope>compile</scope>
<version>[3.1,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-olson</artifactId>
<version>[3.0,4.0)</version>
<scope>compile</scope>
<version>[3.1,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-i18n</artifactId>
<version>[3.0,4.0)</version>
<version>[3.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import net.time4j.tz.Timezone;
import net.time4j.tz.TransitionHistory;
import net.time4j.tz.ZoneProvider;
import net.time4j.tz.olson.ZoneNameProviderSPI;
import net.time4j.tz.spi.ZoneNameProviderSPI;

import java.io.File;
import java.io.FileNotFoundException;
Expand Down

0 comments on commit b89792a

Please sign in to comment.