Skip to content

Commit e705d60

Browse files
committed
Release v2.9.7
1 parent 0b23120 commit e705d60

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

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

4747

4848
### Releases
49-
[Release 2.9.6](http://www.joda.org/joda-time/download.html) is the current latest release.
49+
[Release 2.9.7](http://www.joda.org/joda-time/download.html) is the current latest release.
5050
This release is considered stable and worthy of the 2.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.9.6|jar)
53+
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.7|jar)
5454

5555
**Maven configuration:**
5656
```xml
5757
<dependency>
5858
<groupId>joda-time</groupId>
5959
<artifactId>joda-time</artifactId>
60-
<version>2.9.6</version>
60+
<version>2.9.7</version>
6161
</dependency>
6262
```
6363

6464
**Gradle configuration:**
6565
```groovy
66-
compile 'joda-time:joda-time:2.9.6'
66+
compile 'joda-time:joda-time:2.9.7'
6767
```
6868

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

src/site/markdown/index.md

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

128128
## <i></i> Releases
129129

130-
[Release 2.9.6](download.html) is the current latest release.
130+
[Release 2.9.7](download.html) is the current latest release.
131131
This release is considered stable and worthy of the 2.x tag.
132132
See the [change notes](changes-report.html) for full details.
133133

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

138-
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.6%7Cjar).
138+
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.7%7Cjar).
139139

140140
```xml
141141
<dependency>
142142
<groupId>joda-time</groupId>
143143
<artifactId>joda-time</artifactId>
144-
<version>2.9.6</version>
144+
<version>2.9.7</version>
145145
</dependency>
146146
```
147147

0 commit comments

Comments
 (0)