Skip to content

Commit e446297

Browse files
committed
update to 2016b
see issue MenoData/Time4J#468
1 parent 917540c commit e446297

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.time4j</groupId>
66
<artifactId>time4j-tzdata</artifactId>
7-
<version>1.9-2016a</version>
7+
<version>1.9-2016b</version>
88
<packaging>jar</packaging>
99
<name>Time4J-TZDATA</name>
1010

714 Bytes
Binary file not shown.

src/test/java/net/time4j/tz/spi/RepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void findRepository2012c() throws IOException {
5959

6060
@Test
6161
public void loadAll() {
62-
String version = "2016a";
62+
String version = "2016b";
6363
use(version);
6464
ZoneProvider repo = new TimezoneRepositoryProviderSPI();
6565
assertThat(repo.getVersion(), is(version));
89.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)