File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ abstract file system APIs.
88Getting 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
1313It 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments