Skip to content

Commit d990e0f

Browse files
committed
deploy 3.0.0 (support jedis client)
1 parent e98b313 commit d990e0f

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.flattened-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.ipipman</groupId>
66
<artifactId>cache-man</artifactId>
7-
<version>2.0.0</version>
7+
<version>3.0.0</version>
88
<packaging>pom</packaging>
99
<name>cache-man</name>
1010
<description>cache-man</description>

cache-core/.flattened-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.ipipman</groupId>
66
<artifactId>cache-core</artifactId>
7-
<version>2.0.0</version>
7+
<version>3.0.0</version>
88
<name>cache-core</name>
99
<description>cache-core</description>
1010
<url>https://github.com/ipipman/cache-man/cache-core</url>

cache-server/.flattened-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.ipipman</groupId>
66
<artifactId>cache-server</artifactId>
7-
<version>2.0.0</version>
7+
<version>3.0.0</version>
88
<name>cache-server</name>
99
<description>cache-server</description>
1010
<url>https://github.com/ipipman/cache-man/cache-server</url>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.github.ipipman</groupId>
4343
<artifactId>cache-core</artifactId>
44-
<version>2.0.0</version>
44+
<version>3.0.0</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

cache-test-jedis/.flattened-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.ipipman</groupId>
66
<artifactId>cache-test-jedis</artifactId>
7-
<version>2.0.0</version>
7+
<version>3.0.0</version>
88
<name>cache-test-jedis</name>
99
<description>cache-test-jedis</description>
1010
<url>https://github.com/ipipman/cache-man/cache-test-jedis</url>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<packaging>pom</packaging>
1919

2020
<properties>
21-
<cache.version>2.0.0</cache.version>
21+
<cache.version>3.0.0</cache.version>
2222
<java.version>17</java.version>
2323
</properties>
2424

@@ -60,7 +60,6 @@
6060

6161
<build>
6262
<plugins>
63-
6463
<plugin>
6564
<groupId>org.apache.maven.plugins</groupId>
6665
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)