Skip to content

Commit fd88359

Browse files
committed
Update version to 1.0
1 parent f515239 commit fd88359

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ abstract file system APIs.
88
Getting started
99
---------------
1010

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

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

1616
```xml
1717
<dependency>
1818
<groupId>com.google.jimfs</groupId>
1919
<artifactId>jimfs</artifactId>
20-
<version>1.0-rc2</version>
20+
<version>1.0</version>
2121
</dependency>
2222
```
2323

jimfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.jimfs</groupId>
2424
<artifactId>jimfs-parent</artifactId>
25-
<version>1.0-rc3</version>
25+
<version>1.0</version>
2626
</parent>
2727

2828
<artifactId>jimfs</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>com.google.jimfs</groupId>
2929
<artifactId>jimfs-parent</artifactId>
3030
<packaging>pom</packaging>
31-
<version>1.0-rc3</version>
31+
<version>1.0</version>
3232

3333
<modules>
3434
<module>jimfs</module>

0 commit comments

Comments
 (0)