Skip to content

Commit 4effc02

Browse files
committed
Release 0.0.6
1 parent 145b8f9 commit 4effc02

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

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.6-SNAPSHOT</version>
8+
<version>0.0.6</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.6-SNAPSHOT</version>
8+
<version>0.0.6</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.6-SNAPSHOT</version>
30+
<version>0.0.6</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>io.meshware.cache</groupId>
3434
<artifactId>cache-ohc</artifactId>
35-
<version>0.0.6-SNAPSHOT</version>
35+
<version>0.0.6</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.6-SNAPSHOT</version>
8+
<version>0.0.6</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.6-SNAPSHOT</version>
8+
<version>0.0.6</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.6-SNAPSHOT</version>
8+
<version>0.0.6</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.6-SNAPSHOT</version>
8+
<version>0.0.6</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.6-SNAPSHOT</version>
8+
<version>0.0.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.6-SNAPSHOT</version>
7+
<version>0.0.6</version>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>
1010
<name>meshware-local-cache</name>

0 commit comments

Comments
 (0)