Skip to content

Commit fb0be80

Browse files
committed
Release 0.0.9
1 parent 953f076 commit fb0be80

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.9-SNAPSHOT</localCache.version>
26+
<localCache.version>0.0.9</localCache.version>
2727
</properties>
2828

2929
<dependencies>

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
### Maven dependency
2424
```xml
2525
<properties>
26-
<localCache.version>0.0.9-SNAPSHOT</localCache.version>
26+
<localCache.version>0.0.9</localCache.version>
2727
</properties>
2828

2929
<dependencies>

cache-api/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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.9-SNAPSHOT</version>
8+
<version>0.0.9</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.9-SNAPSHOT</version>
30+
<version>0.0.9</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>io.meshware.cache</groupId>
3434
<artifactId>cache-ohc</artifactId>
35-
<version>0.0.9-SNAPSHOT</version>
35+
<version>0.0.9</version>
3636
</dependency>
3737
</dependencies>
3838
</project>

cache-ihc/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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cache-ohc/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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cache-samples/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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>

cache-samples/springboot-sample/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cache-spring/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.9-SNAPSHOT</version>
8+
<version>0.0.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)