Skip to content

Commit 6da4053

Browse files
committed
Release 2.8.1
1 parent fb60aeb commit 6da4053

File tree

6 files changed

+69
-17
lines changed

6 files changed

+69
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Various documentation is available:
4646

4747

4848
### Releases
49-
[Release 2.8](http://www.joda.org/joda-time/download.html) is the current latest release.
49+
[Release 2.8.1](http://www.joda.org/joda-time/download.html) is the current latest release.
5050
This release is considered stable and worthy of the 1.x tag.
5151
It depends on JDK 1.5 or later.
5252

53-
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.8|jar)
53+
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.8.1|jar)
5454

5555

5656
### Related projects

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>joda-time</artifactId>
1010
<packaging>jar</packaging>
1111
<name>Joda-Time</name>
12-
<version>2.8.1-SNAPSHOT</version>
12+
<version>2.8.1</version>
1313
<description>Date and time library to replace JDK date handling</description>
1414
<url>http://www.joda.org/joda-time/</url>
1515

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.8
66
Implementation-Vendor: Joda.org
77
Implementation-Title: org.joda.time
8-
Implementation-Version: 2.8
8+
Implementation-Version: 2.8.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.8
15-
Export-Package: org.joda.time;version=2.8,
16-
org.joda.time.base;version=2.8,
17-
org.joda.time.chrono;version=2.8,
18-
org.joda.time.convert;version=2.8,
19-
org.joda.time.field;version=2.8,
20-
org.joda.time.format;version=2.8,
21-
org.joda.time.tz;version=2.8
14+
Bundle-Version: 2.8.1
15+
Export-Package: org.joda.time;version=2.8.1,
16+
org.joda.time.base;version=2.8.1,
17+
org.joda.time.chrono;version=2.8.1,
18+
org.joda.time.convert;version=2.8.1,
19+
org.joda.time.field;version=2.8.1,
20+
org.joda.time.format;version=2.8.1,
21+
org.joda.time.tz;version=2.8.1
2222
Bundle-License: Apache 2.0
2323
Bundle-DocURL: http://www.joda.org/joda-time/

src/site/markdown/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,21 @@ Joda-Time is licenced under the business friendly <a href="license.html">Apache
125125

126126
## <i></i> Releases
127127

128-
[Release 2.8](download.html) is the current latest release.
128+
[Release 2.8.1](download.html) is the current latest release.
129129
This release is considered stable and worthy of the 2.x tag.
130-
See the [upgrade notes](upgradeto280.html) for full details.
130+
See the [upgrade notes](upgradeto281.html) for full details.
131131

132132
Joda-Time requires Java SE 5 or later and has [no dependencies](dependencies.html).
133133
There is a *compile-time* dependency on [Joda-Convert](http://www.joda.org/joda-convert/),
134134
but this is not required at runtime thanks to the magic of annotations.
135135

136-
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.8%7Cjar).
136+
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.8.1%7Cjar).
137137

138138
```xml
139139
<dependency>
140140
<groupId>joda-time</groupId>
141141
<artifactId>joda-time</artifactId>
142-
<version>2.8</version>
142+
<version>2.8.1</version>
143143
</dependency>
144144
```
145145

@@ -153,7 +153,7 @@ Key changes included the use of Java SE 5 or later, generics, and the removal of
153153
deprecated methods. See the [upgrade notes](upgradeto200.html) for full details when upgrading from 1.x
154154
including information on the corner cases that are not compatible.
155155
The ancient release [1.6.2](https://sourceforge.net/projects/joda-time/files/joda-time/1.6.2/) was
156-
the last release to support Java SE 4 and the last v1.x release
156+
the last release to support Java SE 4 and the last v1.x release.
157157

158158

159159
---

src/site/xdoc/installation.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ of the source code suitable for linking to the jar file in IDEs such as Eclipse.
2222
<p>
2323
The release notes for upgraders can be found here:
2424
<ul>
25+
<li><a href="upgradeto281.html">Version 2.8.1</a> - upgrade from Version 2.8</li>
2526
<li><a href="upgradeto280.html">Version 2.8</a> - upgrade from Version 2.7</li>
2627
<li><a href="upgradeto270.html">Version 2.7</a> - upgrade from Version 2.6</li>
2728
<li><a href="upgradeto260.html">Version 2.6</a> - upgrade from Version 2.5</li>

src/site/xdoc/upgradeto281.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
2+
3+
<document>
4+
<properties>
5+
<title>Java date and time API - Upgrade from 2.8 to 2.8.1</title>
6+
<author>Stephen Colebourne</author>
7+
</properties>
8+
9+
<body>
10+
11+
<section name="Upgrade">
12+
<p>
13+
These are the release notes and advice for upgrading Joda-Time from version 2.8 to version 2.8.1.
14+
<source>
15+
Joda-Time version 2.8.1
16+
-----------------------
17+
18+
Joda-Time is a date and time handling library that seeks to replace the JDK
19+
Date and Calendar classes.
20+
21+
This release contains enhancements, bug fixes and a time zone update.
22+
The release runs on JDK 5 or later.
23+
24+
Joda-Time is licensed under the business-friendly Apache License Version 2.
25+
This is the same license as all of Apache, plus other open source projects such as Spring.
26+
The intent is to make the code available to the Java community with the minimum
27+
of restrictions. If the license causes you problems please contact the mailing list.
28+
29+
** Please also check out our related projects **
30+
** http://www.joda.org/joda-time/related.html **
31+
32+
33+
Changes in 2.8.1
34+
================
35+
- Fixed to handle JDK 8u60 [#288, #291]
36+
Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone
37+
38+
- DateTimeZone data updated to version 2015e
39+
40+
41+
Changes in 2.8.0
42+
================
43+
44+
See http://www.joda.org/joda-time/upgradeto280.html
45+
46+
</source>
47+
</p>
48+
</section>
49+
50+
</body>
51+
</document>

0 commit comments

Comments
 (0)