Skip to content

Commit

Permalink
update to tzdb v2021d
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Oct 19, 2021
1 parent 103f917 commit 5cde229
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Desktop.ini
$RECYCLE.BIN/

# Windows Installer files
*.bat
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
bundle.bat
*.lnk
/target/
4 changes: 2 additions & 2 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>5.0-2021c</version>
<version>5.0-2021d</version>
<packaging>jar</packaging>
<name>Time4J-TZDATA</name>

Expand Down Expand Up @@ -203,7 +203,7 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
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/repo/RepositoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class RepositoryTest {
TZDATA.init();
}

private static final String STD_VERSION = "2021c";
private static final String STD_VERSION = "2021d";
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;

private String propertyValue = null;
Expand Down
Binary file added src/test/resources/tzrepo/tzdata2021d.repository
Binary file not shown.

0 comments on commit 5cde229

Please sign in to comment.