Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Sep 11, 2021
1 parent 954802d commit 538a594
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There's a [README](./cache-samples/README.md) file under [cache-samples](./cache
### Maven dependency
```xml
<properties>
<localCache.version>0.0.6</localCache.version>
<localCache.version>0.0.7</localCache.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
### Maven dependency
```xml
<properties>
<localCache.version>0.0.6</localCache.version>
<localCache.version>0.0.7</localCache.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cache-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>local-cache</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions cache-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>local-cache</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,12 +27,12 @@
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>cache-ihc</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</dependency>
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>cache-ohc</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion cache-ihc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>local-cache</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cache-ohc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>local-cache</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cache-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>local-cache</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cache-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>local-cache</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cache-samples/springboot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cache-samples</artifactId>
<groupId>io.meshware.cache</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>io.meshware.cache</groupId>
<artifactId>local-cache</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<name>meshware-local-cache</name>
Expand Down

0 comments on commit 538a594

Please sign in to comment.