Skip to content

Commit 61fd071

Browse files
committed
Release 0.0.5
1 parent ec92f8e commit 61fd071

10 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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 @@
4646
```
4747

4848
## 授权协议
49-
本地缓存项目遵循一下开源授权协议 [Apache License 2.0](./LICENSE).
49+
本地缓存项目遵循一下开源授权协议 [Apache License 2.0](./LICENSE).

cache-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -68,4 +68,4 @@
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>
71-
</project>
71+
</project>

cache-consul/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -27,12 +27,12 @@
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>

cache-ihc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -48,4 +48,4 @@
4848
<scope>provided</scope>
4949
</dependency>
5050
</dependencies>
51-
</project>
51+
</project>

cache-ohc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -83,4 +83,4 @@
8383
<version>1.7.4</version>
8484
</dependency>
8585
</dependencies>
86-
</project>
86+
</project>

cache-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

cache-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -62,4 +62,4 @@
6262
</plugin>
6363
</plugins>
6464
</build>
65-
</project>
65+
</project>

cache-samples/springboot-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -35,4 +35,4 @@
3535
<artifactId>fastjson</artifactId>
3636
</dependency>
3737
</dependencies>
38-
</project>
38+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)