Skip to content

Commit

Permalink
Prepare for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 19, 2017
1 parent 414fd7f commit 629bafb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Various documentation is available:

### Releases
There are no full releases yet!
[Release 0.8](http://www.joda.org/joda-collect/download.html) is the current latest release.
[Release 1.0](http://www.joda.org/joda-collect/download.html) is the current latest release.
The code is fully tested, but there may yet be bugs and the API may yet change.
There should be no great reason why it cannot be used in production if you can cope with future API change.

Joda-Collect runs 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|0.8|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-collect|1.0|jar)


### Support
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0" date="SNAPSHOT" description="v1.0">
<release version="1.0" date="2017-12-19" description="v1.0">
<action dev="jodastephen" type="add">
Add module-info for Java 9.
</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 @@ -32,19 +32,19 @@ Various documentation is available:
## <i></i> Releases

There are no full releases yet!
[Release 0.8](download.html) is the current development release intended for feedback.
[Release 1.0](download.html) is the current development release intended for feedback.
The code is fully tested, but there may yet be bugs and the API may yet change.
There should be no great reason why it cannot be used in production if you can cope with future API change.

Joda-Collect requires 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%7C0.8%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-collect%7C1.0%7Cjar).

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

Expand Down

0 comments on commit 629bafb

Please sign in to comment.