File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.ipipman</groupId >
6
6
<artifactId >cache-man</artifactId >
7
- <version >2 .0.0</version >
7
+ <version >3 .0.0</version >
8
8
<packaging >pom</packaging >
9
9
<name >cache-man</name >
10
10
<description >cache-man</description >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.ipipman</groupId >
6
6
<artifactId >cache-core</artifactId >
7
- <version >2 .0.0</version >
7
+ <version >3 .0.0</version >
8
8
<name >cache-core</name >
9
9
<description >cache-core</description >
10
10
<url >https://github.com/ipipman/cache-man/cache-core</url >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.ipipman</groupId >
6
6
<artifactId >cache-server</artifactId >
7
- <version >2 .0.0</version >
7
+ <version >3 .0.0</version >
8
8
<name >cache-server</name >
9
9
<description >cache-server</description >
10
10
<url >https://github.com/ipipman/cache-man/cache-server</url >
41
41
<dependency >
42
42
<groupId >io.github.ipipman</groupId >
43
43
<artifactId >cache-core</artifactId >
44
- <version >2 .0.0</version >
44
+ <version >3 .0.0</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.ipipman</groupId >
6
6
<artifactId >cache-test-jedis</artifactId >
7
- <version >2 .0.0</version >
7
+ <version >3 .0.0</version >
8
8
<name >cache-test-jedis</name >
9
9
<description >cache-test-jedis</description >
10
10
<url >https://github.com/ipipman/cache-man/cache-test-jedis</url >
Original file line number Diff line number Diff line change 18
18
<packaging >pom</packaging >
19
19
20
20
<properties >
21
- <cache .version>2 .0.0</cache .version>
21
+ <cache .version>3 .0.0</cache .version>
22
22
<java .version>17</java .version>
23
23
</properties >
24
24
60
60
61
61
<build >
62
62
<plugins >
63
-
64
63
<plugin >
65
64
<groupId >org.apache.maven.plugins</groupId >
66
65
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments