Skip to content

Commit

Permalink
Prepare for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 9, 2018
1 parent 05df5bd commit e406bad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Various documentation is available:


### Releases
[Release 1.0](http://www.joda.org/joda-collect/download.html) is the current latest release.
[Release 1.0.1](http://www.joda.org/joda-collect/download.html) is the current latest release.
This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later and requires [Google-Guava](http://code.google.com/p/guava-libraries/).

Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-collect|1.0|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-collect|1.0.1|jar)


### Support
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Joda-Collect
================================================
Joda-Collect provides collections that are not present in the JDK or [Google Guava](http://code.google.com/p/guava-libraries/).

The release runs on JDK 6 or later.
The release runs on JDK 8 or later.

See http://www.joda.org/joda-collect/changes-report.html for changes

Expand Down
8 changes: 8 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0.1" date="2018-05-09" description="v1.0.1">
<action dev="jodastephen" type="update">
Update Guava.
</action>
<action dev="jodastephen" type="fix">
Fix OSGi information for Java 8.
</action>
</release>
<release version="1.0" date="2017-12-19" description="v1.0">
<action dev="jodastephen" type="add">
Add module-info for Java 9.
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 @@ -31,17 +31,17 @@ Various documentation is available:

## <i></i> Releases

[Release 1.0](download.html) is the current development release intended for feedback.
[Release 1.0.1](download.html) is the current development release intended for feedback.
This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later and [depends](dependencies.html) on Google Guava.

Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-collect%7C1.0%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-collect%7C1.0.1%7Cjar).

```xml
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-collect</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit e406bad

Please sign in to comment.