Skip to content

Commit

Permalink
Update version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdecker committed Jun 16, 2014
1 parent f515239 commit fd88359
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ abstract file system APIs.
Getting started
---------------

The latest release is [1.0-rc2](https://github.com/google/jimfs/releases/tag/v1.0-rc2).
The latest release is [1.0](https://github.com/google/jimfs/releases/tag/v1.0).

It is available in Maven Central as
[com.google.jimfs:jimfs:1.0-rc2](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.0-rc2%7Cjar):
[com.google.jimfs:jimfs:1.0](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.0%7Cjar):

```xml
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.0-rc2</version>
<version>1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion jimfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs-parent</artifactId>
<version>1.0-rc3</version>
<version>1.0</version>
</parent>

<artifactId>jimfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs-parent</artifactId>
<packaging>pom</packaging>
<version>1.0-rc3</version>
<version>1.0</version>

<modules>
<module>jimfs</module>
Expand Down

0 comments on commit fd88359

Please sign in to comment.