File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.time4j</groupId >
66 <artifactId >time4j-tzdata</artifactId >
7- <version >5.0-2018i </version >
7+ <version >5.0-2019a </version >
88 <packaging >jar</packaging >
99 <name >Time4J-TZDATA</name >
1010
Original file line number Diff line number Diff line change 11/*
22 * -----------------------------------------------------------------------
3- * Copyright © 2013-2018 Meno Hochschild, <http://www.menodata.de/>
3+ * Copyright © 2013-2019 Meno Hochschild, <http://www.menodata.de/>
44 * -----------------------------------------------------------------------
55 * This file (TZDATA.java) is part of project Time4J.
66 *
@@ -61,10 +61,11 @@ private TZDATA() {
6161 * @see ResourceLoader#registerService(Class, Object)
6262 */
6363 public static void init () {
64+ ResourceLoader rl = ResourceLoader .getInstance ();
6465 TimezoneRepositoryProviderSPI spi = new TimezoneRepositoryProviderSPI ();
65- ResourceLoader . getInstance () .registerService (ZoneModelProvider .class , spi );
66- ResourceLoader . getInstance () .registerService (ZoneNameProvider .class , spi );
67- ResourceLoader . getInstance () .registerService (LeapSecondProvider .class , spi );
66+ rl .registerService (ZoneModelProvider .class , spi );
67+ rl .registerService (ZoneNameProvider .class , spi );
68+ rl .registerService (LeapSecondProvider .class , spi );
6869 }
6970
7071}
Original file line number Diff line number Diff line change 11/*
22 * -----------------------------------------------------------------------
3- * Copyright © 2013-2018 Meno Hochschild, <http://www.menodata.de/>
3+ * Copyright © 2013-2019 Meno Hochschild, <http://www.menodata.de/>
44 * -----------------------------------------------------------------------
55 * This file (TimezoneRepositoryProviderSPI.java) is part of project Time4J.
66 *
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class RepositoryTest {
3737 TZDATA .init ();
3838 }
3939
40- private static final String STD_VERSION = "2018i " ;
40+ private static final String STD_VERSION = "2019a " ;
4141 private static final ChronoFormatter <Moment > PARSER = Iso8601Format .EXTENDED_DATE_TIME_OFFSET ;
4242
4343 private String propertyValue = null ;
You can’t perform that action at this time.
0 commit comments