File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ There's a [README](./cache-samples/README.md) file under [cache-samples](./cache
2323### Maven dependency
2424``` xml
2525<properties >
26- <localCache .version>0.0.4 </localCache .version>
26+ <localCache .version>0.0.5 </localCache .version>
2727</properties >
2828
2929<dependencies >
@@ -46,4 +46,4 @@ There's a [README](./cache-samples/README.md) file under [cache-samples](./cache
4646```
4747
4848## License
49- LocalCache is licensed under the [ Apache License 2.0] ( ./LICENSE ) .
49+ LocalCache is licensed under the [ Apache License 2.0] ( ./LICENSE ) .
Original file line number Diff line number Diff line change 2323### Maven dependency
2424``` xml
2525<properties >
26- <localCache .version>0.0.4 </localCache .version>
26+ <localCache .version>0.0.5 </localCache .version>
2727</properties >
2828
2929<dependencies >
4646```
4747
4848## 授权协议
49- 本地缓存项目遵循一下开源授权协议 [ Apache License 2.0] ( ./LICENSE ) .
49+ 本地缓存项目遵循一下开源授权协议 [ Apache License 2.0] ( ./LICENSE ) .
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >local-cache</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
6868 <scope >test</scope >
6969 </dependency >
7070 </dependencies >
71- </project >
71+ </project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >local-cache</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
2727 <dependency >
2828 <groupId >io.meshware.cache</groupId >
2929 <artifactId >cache-ihc</artifactId >
30- <version >0.0.5-SNAPSHOT </version >
30+ <version >0.0.5</version >
3131 </dependency >
3232 <dependency >
3333 <groupId >io.meshware.cache</groupId >
3434 <artifactId >cache-ohc</artifactId >
35- <version >0.0.5-SNAPSHOT </version >
35+ <version >0.0.5</version >
3636 </dependency >
3737 </dependencies >
3838</project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >local-cache</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
4848 <scope >provided</scope >
4949 </dependency >
5050 </dependencies >
51- </project >
51+ </project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >local-cache</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
8383 <version >1.7.4</version >
8484 </dependency >
8585 </dependencies >
86- </project >
86+ </project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >local-cache</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >local-cache</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <packaging >pom</packaging >
6262 </plugin >
6363 </plugins >
6464 </build >
65- </project >
65+ </project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >cache-samples</artifactId >
77 <groupId >io.meshware.cache</groupId >
8- <version >0.0.5-SNAPSHOT </version >
8+ <version >0.0.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
3535 <artifactId >fastjson</artifactId >
3636 </dependency >
3737 </dependencies >
38- </project >
38+ </project >
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <groupId >io.meshware.cache</groupId >
66 <artifactId >local-cache</artifactId >
7- <version >0.0.5-SNAPSHOT </version >
7+ <version >0.0.5</version >
88 <modelVersion >4.0.0</modelVersion >
99 <packaging >pom</packaging >
1010 <name >meshware-local-cache</name >
You can’t perform that action at this time.
0 commit comments