Skip to content

Commit 935d44e

Browse files
committed
Release v2.13.1
1 parent f42d2d0 commit 935d44e

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Various documentation is available:
5454

5555

5656
### Releases
57-
[Release 2.13.0](https://www.joda.org/joda-time/download.html) is the current latest release.
57+
[Release 2.13.1](https://www.joda.org/joda-time/download.html) is the current latest release.
5858
This release is considered stable and worthy of the 2.x tag.
5959
It depends on JDK 1.5 or later.
6060

@@ -65,13 +65,13 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g:
6565
<dependency>
6666
<groupId>joda-time</groupId>
6767
<artifactId>joda-time</artifactId>
68-
<version>2.13.0</version>
68+
<version>2.13.1</version>
6969
</dependency>
7070
```
7171

7272
**Gradle configuration:**
7373
```groovy
74-
compile 'joda-time:joda-time:2.13.0'
74+
compile 'joda-time:joda-time:2.13.1'
7575
```
7676

7777

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>joda-time</artifactId>
99
<packaging>jar</packaging>
1010
<name>Joda-Time</name>
11-
<version>2.13.0</version>
11+
<version>2.13.1</version>
1212
<description>Date and time library to replace JDK date handling</description>
1313
<url>https://www.joda.org/joda-time/</url>
1414

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<body>
99

1010
<!-- types are add, fix, remove, update -->
11+
<release version="2.13.1" date="2025-02-03" description="v2.13.1">
12+
<action dev="jodastephen" type="update">
13+
DateTimeZone data updated to version 2025agtz.
14+
</action>
15+
</release>
1116
<release version="2.13.0" date="2024-09-15" description="v2.13.0">
1217
<action dev="jodastephen" type="update">
1318
DateTimeZone data updated to version 2024bgtz.

src/conf/MANIFEST.MF

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Specification-Vendor: Joda.org
55
Specification-Version: 2.13
66
Implementation-Vendor: Joda.org
77
Implementation-Title: org.joda.time
8-
Implementation-Version: 2.13.0
8+
Implementation-Version: 2.13.1
99
Implementation-Vendor-Id: org.joda
1010
Bundle-ManifestVersion: 2
1111
Bundle-Vendor: Joda.org
1212
Bundle-Name: Joda-Time
1313
Bundle-SymbolicName: joda-time
14-
Bundle-Version: 2.13.0
15-
Export-Package: org.joda.time;version=2.13.0,
16-
org.joda.time.base;version=2.13.0,
17-
org.joda.time.chrono;version=2.13.0,
18-
org.joda.time.convert;version=2.13.0,
19-
org.joda.time.field;version=2.13.0,
20-
org.joda.time.format;version=2.13.0,
21-
org.joda.time.tz;version=2.13.0
14+
Bundle-Version: 2.13.1
15+
Export-Package: org.joda.time;version=2.13.1,
16+
org.joda.time.base;version=2.13.1,
17+
org.joda.time.chrono;version=2.13.1,
18+
org.joda.time.convert;version=2.13.1,
19+
org.joda.time.field;version=2.13.1,
20+
org.joda.time.format;version=2.13.1,
21+
org.joda.time.tz;version=2.13.1
2222
Bundle-License: Apache 2.0
2323
Bundle-DocURL: https://www.joda.org/joda-time/

src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Joda-Time is licenced under the business friendly <a href="licenses.html">Apache
132132

133133
## <i></i> Releases
134134

135-
[Release 2.13.0](download.html) is the current latest release.
135+
[Release 2.13.1](download.html) is the current latest release.
136136
This release is considered stable and worthy of the 2.x tag.
137137
See the [change notes](changes-report.html) for full details.
138138

@@ -146,7 +146,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:joda-time%20AND
146146
<dependency>
147147
<groupId>joda-time</groupId>
148148
<artifactId>joda-time</artifactId>
149-
<version>2.13.0</version>
149+
<version>2.13.1</version>
150150
</dependency>
151151
```
152152

0 commit comments

Comments
 (0)