Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tzdata file to 2020c #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>joda-time</artifactId>
<packaging>jar</packaging>
<name>Joda-Time</name>
<version>2.9.4-2016f</version>
<version>2.9.4-2020c</version>
<description>Date and time library to replace JDK date handling</description>
<url>http://www.joda.org/joda-time/</url>

Expand Down Expand Up @@ -840,6 +840,6 @@
<!-- Other properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<tz.database.version>2016f</tz.database.version>
<tz.database.version>2020c</tz.database.version>
</properties>
</project>
18 changes: 9 additions & 9 deletions src/conf/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org
Specification-Version: 2.9
Implementation-Vendor: Joda.org
Implementation-Title: org.joda.time
Implementation-Version: 2.9.4-2016f
Implementation-Version: 2.9.4-2020c
Implementation-Vendor-Id: org.joda
Bundle-ManifestVersion: 2
Bundle-Vendor: Joda.org
Bundle-Name: Joda-Time
Bundle-SymbolicName: joda-time
Bundle-Version: 2.9.4-2016f
Export-Package: org.joda.time;version=2.9.4-2016f,
org.joda.time.base;version=2.9.4-2016f,
org.joda.time.chrono;version=2.9.4-2016f,
org.joda.time.convert;version=2.9.4-2016f,
org.joda.time.field;version=2.9.4-2016f,
org.joda.time.format;version=2.9.4-2016f,
org.joda.time.tz;version=2.9.4-2016f
Bundle-Version: 2.9.4-2020c
Export-Package: org.joda.time;version=2.9.4-2020c,
org.joda.time.base;version=2.9.4-2020c,
org.joda.time.chrono;version=2.9.4-2020c,
org.joda.time.convert;version=2.9.4-2020c,
org.joda.time.field;version=2.9.4-2020c,
org.joda.time.format;version=2.9.4-2020c,
org.joda.time.tz;version=2.9.4-2020c
Bundle-License: Apache 2.0
Bundle-DocURL: http://www.joda.org/joda-time/
Loading