Skip to content

Commit

Permalink
update to 2016b
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Mar 13, 2016
1 parent 917540c commit e446297
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.9-2016a</version>
<version>1.9-2016b</version>
<packaging>jar</packaging>
<name>Time4J-TZDATA</name>

Expand Down
Binary file modified src/main/resources/tzrepo/tzdata.repository
Binary file not shown.
2 changes: 1 addition & 1 deletion src/test/java/net/time4j/tz/spi/RepositoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void findRepository2012c() throws IOException {

@Test
public void loadAll() {
String version = "2016a";
String version = "2016b";
use(version);
ZoneProvider repo = new TimezoneRepositoryProviderSPI();
assertThat(repo.getVersion(), is(version));
Expand Down
Binary file added src/test/resources/tzrepo/tzdata2016b.repository
Binary file not shown.

0 comments on commit e446297

Please sign in to comment.