Skip to content

Commit ea4f684

Browse files
committed
ci: change version to 2.7.8
(cherry picked from commit de9850f)
1 parent 3cd836e commit ea4f684

File tree

17 files changed

+29
-29
lines changed

17 files changed

+29
-29
lines changed

jetcache-anno-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-anno/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-bom/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.alicp.jetcache</groupId>
88
<artifactId>jetcache-bom</artifactId>
9-
<version>2.7.8-SNAPSHOT</version>
9+
<version>2.7.8</version>
1010
<packaging>pom</packaging>
1111

1212
<name>jetcache</name>
@@ -71,62 +71,62 @@
7171
<dependency>
7272
<groupId>com.alicp.jetcache</groupId>
7373
<artifactId>jetcache-anno</artifactId>
74-
<version>2.7.8-SNAPSHOT</version>
74+
<version>2.7.8</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.alicp.jetcache</groupId>
7878
<artifactId>jetcache-anno-api</artifactId>
79-
<version>2.7.8-SNAPSHOT</version>
79+
<version>2.7.8</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.alicp.jetcache</groupId>
8383
<artifactId>jetcache-core</artifactId>
84-
<version>2.7.8-SNAPSHOT</version>
84+
<version>2.7.8</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.alicp.jetcache</groupId>
8888
<artifactId>jetcache-autoconfigure</artifactId>
89-
<version>2.7.8-SNAPSHOT</version>
89+
<version>2.7.8</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.alicp.jetcache</groupId>
9393
<artifactId>jetcache-starter-redis</artifactId>
94-
<version>2.7.8-SNAPSHOT</version>
94+
<version>2.7.8</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.alicp.jetcache</groupId>
9898
<artifactId>jetcache-starter-redis-lettuce</artifactId>
99-
<version>2.7.8-SNAPSHOT</version>
99+
<version>2.7.8</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.alicp.jetcache</groupId>
103103
<artifactId>jetcache-starter-redis-springdata</artifactId>
104-
<version>2.7.8-SNAPSHOT</version>
104+
<version>2.7.8</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.alicp.jetcache</groupId>
108108
<artifactId>jetcache-starter-redisson</artifactId>
109-
<version>2.7.8-SNAPSHOT</version>
109+
<version>2.7.8</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>com.alicp.jetcache</groupId>
113113
<artifactId>jetcache-redis</artifactId>
114-
<version>2.7.8-SNAPSHOT</version>
114+
<version>2.7.8</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.alicp.jetcache</groupId>
118118
<artifactId>jetcache-redis-lettuce</artifactId>
119-
<version>2.7.8-SNAPSHOT</version>
119+
<version>2.7.8</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.alicp.jetcache</groupId>
123123
<artifactId>jetcache-redis-springdata</artifactId>
124-
<version>2.7.8-SNAPSHOT</version>
124+
<version>2.7.8</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.alicp.jetcache</groupId>
128128
<artifactId>jetcache-redisson</artifactId>
129-
<version>2.7.8-SNAPSHOT</version>
129+
<version>2.7.8</version>
130130
</dependency>
131131

132132
<dependency>

jetcache-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>com.alicp.jetcache</groupId>
8-
<version>2.7.8-SNAPSHOT</version>
8+
<version>2.7.8</version>
99
<artifactId>jetcache-bom</artifactId>
1010
<relativePath>../jetcache-bom</relativePath>
1111
</parent>

jetcache-starter/jetcache-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-starter/jetcache-starter-redis-lettuce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-starter/jetcache-starter-redis-springdata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-starter/jetcache-starter-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jetcache-starter/jetcache-starter-redisson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jetcache-parent</artifactId>
55
<groupId>com.alicp.jetcache</groupId>
6-
<version>2.7.8-SNAPSHOT</version>
6+
<version>2.7.8</version>
77
<relativePath>../../jetcache-parent</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)