Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jul 21, 2021
1 parent ec92f8e commit 61fd071
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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.4</localCache.version>
<localCache.version>0.0.5</localCache.version>
</properties>

<dependencies>
Expand All @@ -46,4 +46,4 @@ There's a [README](./cache-samples/README.md) file under [cache-samples](./cache
```

## License
LocalCache is licensed under the [Apache License 2.0](./LICENSE).
LocalCache is licensed under the [Apache License 2.0](./LICENSE).
4 changes: 2 additions & 2 deletions 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.4</localCache.version>
<localCache.version>0.0.5</localCache.version>
</properties>

<dependencies>
Expand All @@ -46,4 +46,4 @@
```

## 授权协议
本地缓存项目遵循一下开源授权协议 [Apache License 2.0](./LICENSE).
本地缓存项目遵循一下开源授权协议 [Apache License 2.0](./LICENSE).
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,4 +68,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
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.5-SNAPSHOT</version>
<version>0.0.5</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.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>cache-ohc</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -48,4 +48,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -83,4 +83,4 @@
<version>1.7.4</version>
</dependency>
</dependencies>
</project>
</project>
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.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down Expand Up @@ -62,4 +62,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -35,4 +35,4 @@
<artifactId>fastjson</artifactId>
</dependency>
</dependencies>
</project>
</project>
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.5-SNAPSHOT</version>
<version>0.0.5</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<name>meshware-local-cache</name>
Expand Down

0 comments on commit 61fd071

Please sign in to comment.