Skip to content

Commit

Permalink
Release v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 25, 2022
1 parent 231129f commit 848e719
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -54,7 +54,7 @@ Various documentation is available:


### Releases
[Release 2.11.1](https://www.joda.org/joda-time/download.html) is the current latest release.
[Release 2.11.2](https://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.

Expand All @@ -65,13 +65,13 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g:
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.11.1</version>
<version>2.11.2</version>
</dependency>
```

**Gradle configuration:**
```groovy
compile 'joda-time:joda-time:2.11.1'
compile 'joda-time:joda-time:2.11.2'
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<artifactId>joda-time</artifactId>
<packaging>jar</packaging>
<name>Joda-Time</name>
<version>2.11.1</version>
<version>2.11.2</version>
<description>Date and time library to replace JDK date handling</description>
<url>https://www.joda.org/joda-time/</url>

Expand Down
8 changes: 8 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -8,6 +8,14 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="2.11.2" date="2022-09-25" description="v2.11.2">
<action dev="jodastephen" type="update">
DateTimeZone data updated to version 2022dgtz.
</action>
<action dev="jodastephen" type="update">
Switch LGTM to CodeQL.
</action>
</release>
<release version="2.11.1" date="2022-08-25" description="v2.11.1">
<action dev="jodastephen" type="update">
Update build scripts and fix static analysis warnings.
Expand Down
18 changes: 9 additions & 9 deletions src/conf/MANIFEST.MF
Expand Up @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org
Specification-Version: 2.11
Implementation-Vendor: Joda.org
Implementation-Title: org.joda.time
Implementation-Version: 2.11.1
Implementation-Version: 2.11.2
Implementation-Vendor-Id: org.joda
Bundle-ManifestVersion: 2
Bundle-Vendor: Joda.org
Bundle-Name: Joda-Time
Bundle-SymbolicName: joda-time
Bundle-Version: 2.11.1
Export-Package: org.joda.time;version=2.11.1,
org.joda.time.base;version=2.11.1,
org.joda.time.chrono;version=2.11.1,
org.joda.time.convert;version=2.11.1,
org.joda.time.field;version=2.11.1,
org.joda.time.format;version=2.11.1,
org.joda.time.tz;version=2.11.1
Bundle-Version: 2.11.2
Export-Package: org.joda.time;version=2.11.2,
org.joda.time.base;version=2.11.2,
org.joda.time.chrono;version=2.11.2,
org.joda.time.convert;version=2.11.2,
org.joda.time.field;version=2.11.2,
org.joda.time.format;version=2.11.2,
org.joda.time.tz;version=2.11.2
Bundle-License: Apache 2.0
Bundle-DocURL: https://www.joda.org/joda-time/
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Expand Up @@ -131,7 +131,7 @@ Joda-Time is licenced under the business friendly <a href="licenses.html">Apache

## <i></i> Releases

[Release 2.11.1](download.html) is the current latest release.
[Release 2.11.2](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.

Expand All @@ -145,7 +145,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:joda-time%20AND
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.11.1</version>
<version>2.11.2</version>
</dependency>
```

Expand Down

0 comments on commit 848e719

Please sign in to comment.