Skip to content

Commit 98a83a2

Browse files
committed
feat(version): update version 0.9.5
1 parent e6023b6 commit 98a83a2

13 files changed

Lines changed: 38 additions & 35 deletions

File tree

admin4j-common-spring-web/pom.xml

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

1212
<groupId>com.admin4j.common</groupId>
1313
<artifactId>admin4j-common-spring-web</artifactId>
14-
<version>0.9.3-SNAPSHOT</version>
14+
<version>0.9.5</version>
1515
<description>与业务无关的工具类库</description>
1616

1717
<properties>

admin4j-dependencies/pom.xml

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

77
<groupId>com.admin4j</groupId>
88
<artifactId>admin4j-dependencies</artifactId>
9-
<version>0.9.5-SNAPSHOT</version>
9+
<version>0.9.5</version>
1010
<packaging>pom</packaging>
1111

1212
<name>${project.artifactId}</name>
@@ -64,7 +64,7 @@
6464

6565
<flowable.version>6.7.2</flowable.version>
6666
<admin4j-plugin.version>0.1.2</admin4j-plugin.version>
67-
<admin4j.version>0.9.5-SNAPSHOT</admin4j.version>
67+
<admin4j.version>0.9.5</admin4j.version>
6868
<admin4j-lock.version>0.8.2</admin4j-lock.version>
6969
<admin4j-limiter.version>0.8.0</admin4j-limiter.version>
7070
<admin4j-redis.version>0.8.0</admin4j-redis.version>
@@ -125,42 +125,42 @@
125125
<dependency>
126126
<groupId>com.admin4j.framework</groupId>
127127
<artifactId>tenant-spring-boot-starter</artifactId>
128-
<version>0.9.3-SNAPSHOT</version>
128+
<version>0.9.5</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.admin4j.framework</groupId>
132132
<artifactId>ttl-spring-boot-starter</artifactId>
133-
<version>${admin4j.version}</version>
133+
<version>0.9.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.admin4j.framework</groupId>
137137
<artifactId>excel-spring-boot-starter</artifactId>
138-
<version>${admin4j.version}</version>
138+
<version>0.9.0</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>com.admin4j.framework</groupId>
142142
<artifactId>log-spring-boot-starter</artifactId>
143-
<version>${admin4j.version}</version>
143+
<version>0.9.0</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.admin4j.framework</groupId>
147147
<artifactId>test-spring-boot-starter</artifactId>
148-
<version>${admin4j.version}</version>
148+
<version>0.9.0</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>com.admin4j.framework</groupId>
152152
<artifactId>desensitize-spring-boot-starter</artifactId>
153-
<version>${admin4j.version}</version>
153+
<version>0.9.0</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>com.admin4j.framework</groupId>
157157
<artifactId>security-spring-boot-starter</artifactId>
158-
<version>0.9.4-SNAPSHOT</version>
158+
<version>0.9.5</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.admin4j.framework</groupId>
162162
<artifactId>mybatis-plus-boot-starter</artifactId>
163-
<version>0.9.3-SNAPSHOT</version>
163+
<version>0.9.5</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.admin4j.framework</groupId>
@@ -215,12 +215,12 @@
215215
<dependency>
216216
<groupId>com.admin4j.common</groupId>
217217
<artifactId>admin4j-common-spring-web</artifactId>
218-
<version>0.9.3-SNAPSHOT</version>
218+
<version>0.9.5</version>
219219
</dependency>
220220
<dependency>
221221
<groupId>com.admin4j.framework</groupId>
222222
<artifactId>web-spring-boot-starter</artifactId>
223-
<version>0.9.3-SNAPSHOT</version>
223+
<version>0.9.5</version>
224224
</dependency>
225225
<dependency>
226226
<groupId>com.admin4j.framework</groupId>
@@ -230,12 +230,12 @@
230230
<dependency>
231231
<groupId>com.admin4j.framework</groupId>
232232
<artifactId>prometheus-spring-boot-starter</artifactId>
233-
<version>${admin4j.version}</version>
233+
<version>0.9.5</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>com.admin4j.framework</groupId>
237237
<artifactId>excel-spring-boot-starter</artifactId>
238-
<version>${admin4j.version}</version>
238+
<version>0.9.0</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>com.admin4j</groupId>
@@ -356,7 +356,7 @@
356356
<dependency>
357357
<groupId>com.alibaba.fastjson2</groupId>
358358
<artifactId>fastjson2</artifactId>
359-
<version>2.0.29</version>
359+
<version>2.0.43</version>
360360
</dependency>
361361
<!-- 业务相关 end -->
362362

@@ -375,7 +375,7 @@
375375
<dependency>
376376
<groupId>com.github.pagehelper</groupId>
377377
<artifactId>pagehelper-spring-boot-starter</artifactId>
378-
<version>2.0.0</version>
378+
<version>2.1.0</version>
379379
</dependency>
380380

381381
<dependency>

admin4j-parent/pom.xml

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

77
<groupId>com.admin4j</groupId>
88
<artifactId>admin4j-parent</artifactId>
9-
<version>0.9.2</version>
9+
<version>0.9.5</version>
1010
<description>用于业务框架的父工程</description>
1111
<packaging>pom</packaging>
1212
<name>admin4j-parent</name>
1313
<url>https://github.com/admin4j/admin4j-framework</url>
1414
<properties>
15-
<admin4j-dependencies.version>0.9.2</admin4j-dependencies.version>
15+
<admin4j-dependencies.version>0.9.5</admin4j-dependencies.version>
1616
<maven.compiler.source>8</maven.compiler.source>
1717
<maven.compiler.target>8</maven.compiler.target>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

excel-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
@@ -9,7 +9,7 @@
99

1010
<groupId>com.admin4j.framework</groupId>
1111
<artifactId>excel-spring-boot-starter</artifactId>
12-
<!-- <version>0.0.7</version>-->
12+
<version>0.9.0</version>
1313
<packaging>jar</packaging>
1414

1515
<name>excel-spring-boot-starter</name>

mybatis-plus-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<name>mybatis-plus-boot-starter</name>
15-
<version>0.9.3-SNAPSHOT</version>
15+
<version>0.9.5</version>
1616

1717

1818
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<module>enum-spring-boot-starter</module>
4444
</modules>
4545
<properties>
46-
<revision>0.9.5-SNAPSHOT</revision>
47-
<admin4j-dependencies.version>0.9.3-SNAPSHOT</admin4j-dependencies.version>
46+
<revision>0.9.5</revision>
47+
<admin4j-dependencies.version>0.9.5</admin4j-dependencies.version>
4848
<maven.compiler.source>8</maven.compiler.source>
4949
<maven.compiler.target>8</maven.compiler.target>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

prometheus-spring-boot-starter/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
@@ -9,6 +9,7 @@
99

1010
<groupId>com.admin4j.framework</groupId>
1111
<artifactId>prometheus-spring-boot-starter</artifactId>
12+
<version>0.9.5</version>
1213
<packaging>jar</packaging>
1314

1415
<name>prometheus-spring-boot-starter</name>

security-spring-boot-starter/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Spring Security 最佳实践封装。
1515

1616
### 1.1 引入 pom
1717

18-
```
19-
<dependency>
20-
<groupId>com.admin4j.framework</groupId>
21-
<artifactId>security-spring-boot-starter</artifactId>
22-
<version>0.9.0</version>
23-
</dependency>
18+
```xml
19+
<!--https://central.sonatype.com/artifact/com.admin4j.framework/security-spring-boot-starter-->
20+
<dependency>
21+
<groupId>com.admin4j.framework</groupId>
22+
<artifactId>security-spring-boot-starter</artifactId>
23+
<version>0.9.0</version>
24+
</dependency>
2425
```
2526

2627
### 1.2 实现 JwtUserDetailsService 接口,用于根据用户ID获取用户详情。由于我们的JWT Token 存的是 userId,所以这里的入参为userId

security-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.admin4j.framework</groupId>
1111
<artifactId>security-spring-boot-starter</artifactId>
1212
<packaging>jar</packaging>
13-
<version>0.9.5-SNAPSHOT</version>
13+
<version>0.9.5</version>
1414

1515
<name>security-spring-boot-starter</name>
1616

tenant-spring-boot-starter/pom.xml

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

1010
<groupId>com.admin4j.framework</groupId>
1111
<artifactId>tenant-spring-boot-starter</artifactId>
12-
<version>0.9.3-SNAPSHOT</version>
12+
<version>0.9.5</version>
1313

1414
<name>tenant-spring-boot-starter</name>
1515
<description>多各大中间件的,多租户能力的适配</description>

0 commit comments

Comments
 (0)