Skip to content

Commit

Permalink
Prepare for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 16, 2019
1 parent 3257b1f commit 08d31ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Various documentation is available:


### Releases
[Release 2.1.2](https://www.joda.org/joda-convert/download.html) is the current latest release.
[Release 2.2.0](https://www.joda.org/joda-convert/download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
The v2.x releases are compatible with v1.x releases, with the exception that the direct Guava dependency is removed.
It depends on Java SE 6 or later.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<version>1.1.1</version>
<configuration>
<releaseName>Release v${project.version}</releaseName>
<description>See the [change notes](https://www.joda.org/${joda.artifactId}/changes-report.html) for more information.</description>
<description>See the [change notes](https://www.joda.org/${joda.artifactId}/changes-report.html#a${project.version}) for more information.</description>
<tag>v${project.version}</tag>
<overwriteArtifact>true</overwriteArtifact>
<fileSets>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

<body>
<!-- types are add, fix, remove, update -->
<release version="2.1.3" date="SNAPSHOT" description="v2.1.3">
<release version="2.2.0" date="2019-01-16" description="Version 2.2.0">
<action dev="jodastephen" type="add">
Avoid circular loops in dynamic registration of converters.
</action>
<action dev="jodastephen" type="add">
Optimise dynamic registration of converters.
</action>
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ then the annotations are checked. If they are found, then the methods are called

## <i></i> Releases

[Release 2.1.2](download.html) is the current latest release.
[Release 2.2.0](download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
The v2.x releases are compatible with v1.x releases, with the exception that the direct Guava dependency is removed.

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

Expand All @@ -99,7 +99,7 @@ If you have problems with this, there is a "classic" variant you can use instead
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>2.1.2</version>
<version>2.2.0</version>
<classifier>classic</classifier>
</dependency>
```
Expand Down

0 comments on commit 08d31ff

Please sign in to comment.