Skip to content

Commit

Permalink
Release v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Mar 23, 2017
1 parent 9bda820 commit 6ad1338
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@ Various documentation is available:


### Releases
[Release 2.9.8](http://www.joda.org/joda-time/download.html) is the current latest release.
[Release 2.9.9](http://www.joda.org/joda-time/download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
It depends on JDK 1.5 or later.

Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.8|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.9|jar)

**Maven configuration:**
```xml
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
```

**Gradle configuration:**
```groovy
compile 'joda-time:joda-time:2.9.8'
compile 'joda-time:joda-time:2.9.9'
```

### Related projects
Expand Down
2 changes: 1 addition & 1 deletion 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.8</version>
<version>2.9.9</version>
<description>Date and time library to replace JDK date handling</description>
<url>http://www.joda.org/joda-time/</url>

Expand Down
7 changes: 6 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="2.9.8" date="2017-03-22" description="v2.9.8">
<release version="2.9.9" date="2017-03-23" description="v2.9.9">
<action dev="jodastephen" type="update">
Optimise release process.
</action>
</release>
<release version="2.9.8" date="2017-03-22" description="v2.9.9">
<action dev="jodastephen" type="update">
DateTimeZone data updated to version 2017b.
</action>
Expand Down
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.8
Implementation-Version: 2.9.9
Implementation-Vendor-Id: org.joda
Bundle-ManifestVersion: 2
Bundle-Vendor: Joda.org
Bundle-Name: Joda-Time
Bundle-SymbolicName: joda-time
Bundle-Version: 2.9.8
Export-Package: org.joda.time;version=2.9.8,
org.joda.time.base;version=2.9.8,
org.joda.time.chrono;version=2.9.8,
org.joda.time.convert;version=2.9.8,
org.joda.time.field;version=2.9.8,
org.joda.time.format;version=2.9.8,
org.joda.time.tz;version=2.9.8
Bundle-Version: 2.9.9
Export-Package: org.joda.time;version=2.9.9,
org.joda.time.base;version=2.9.9,
org.joda.time.chrono;version=2.9.9,
org.joda.time.convert;version=2.9.9,
org.joda.time.field;version=2.9.9,
org.joda.time.format;version=2.9.9,
org.joda.time.tz;version=2.9.9
Bundle-License: Apache 2.0
Bundle-DocURL: http://www.joda.org/joda-time/
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,21 @@ Joda-Time is licenced under the business friendly <a href="license.html">Apache

## <i></i> Releases

[Release 2.9.8](download.html) is the current latest release.
[Release 2.9.9](download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
See the [change notes](changes-report.html) for full details.

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

Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.8%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.9%7Cjar).

```xml
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
```

Expand Down

0 comments on commit 6ad1338

Please sign in to comment.