Skip to content

Commit 0444a1c

Browse files
committed
change version 1.0.3 to 1.0.4
1 parent 8c7dc11 commit 0444a1c

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> A simple and efficient jvm security framework that focus on the protection of REST API.
1010
1111
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
12-
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.3-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
12+
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.4-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
1313
![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/dromara/sureness/8?label=pull%20checks)
1414
[![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness)
1515
![GitHub Release Date](https://img.shields.io/github/release-date/dromara/sureness?color=blue&logo=figshare&logoColor=red)
@@ -94,11 +94,11 @@ When use maven or gradle build project, add coordinate
9494
<dependency>
9595
<groupId>com.usthe.sureness</groupId>
9696
<artifactId>sureness-core</artifactId>
97-
<version>1.0.3</version>
97+
<version>1.0.4</version>
9898
</dependency>
9999
```
100100
```
101-
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.3'
101+
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.4'
102102
```
103103

104104
#### 🐵 Use the Default Configuration to Configure Sureness

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> 面向`REST API`的高性能认证鉴权框架
1010
1111
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
12-
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.3-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
12+
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.4-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
1313
![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/dromara/sureness/8?label=pull%20checks)
1414
[![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness)
1515
![GitHub Release Date](https://img.shields.io/github/release-date/dromara/sureness?color=blue&logo=figshare&logoColor=red)
@@ -100,11 +100,11 @@
100100
<dependency>
101101
<groupId>com.usthe.sureness</groupId>
102102
<artifactId>sureness-core</artifactId>
103-
<version>1.0.3</version>
103+
<version>1.0.4</version>
104104
</dependency>
105105
```
106106
```
107-
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.3'
107+
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.4'
108108
```
109109

110110
#### 🐵 使用默认配置来配置Sureness

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.usthe.sureness</groupId>
88
<artifactId>sureness-core</artifactId>
9-
<version>1.0.3</version>
9+
<version>1.0.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>sureness</name>

home/docs/introduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /
1010
> A simple and efficient jvm security framework that focus on the protection of REST API.
1111
1212
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
13-
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.3-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
13+
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.4-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
1414
![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/dromara/sureness/8?label=pull%20checks)
1515
[![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness)
1616
![GitHub Release Date](https://img.shields.io/github/release-date/dromara/sureness?color=blue&logo=figshare&logoColor=red)

home/docs/start/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ When use maven or gradle build project, add coordinate
2121
<dependency>
2222
<groupId>com.usthe.sureness</groupId>
2323
<artifactId>sureness-core</artifactId>
24-
<version>1.0.3</version>
24+
<version>1.0.4</version>
2525
</dependency>
2626
```
2727
```
28-
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.3'
28+
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.4'
2929
```
3030

3131
### 🐵 Use the Default Configuration to Configure Sureness

home/i18n/zh-cn/docusaurus-plugin-content-docs/current/introduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /
88
> 面向`REST API`的高性能认证鉴权框架
99
1010
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
11-
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.3-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
11+
[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.4-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core)
1212
![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/dromara/sureness/8?label=pull%20checks)
1313
[![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness)
1414
![GitHub Release Date](https://img.shields.io/github/release-date/dromara/sureness?color=blue&logo=figshare&logoColor=red)

home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ sidebar_label: 快速开始
2020
<dependency>
2121
<groupId>com.usthe.sureness</groupId>
2222
<artifactId>sureness-core</artifactId>
23-
<version>1.0.3</version>
23+
<version>1.0.4</version>
2424
</dependency>
2525
```
2626
```
27-
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.3'
27+
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.4'
2828
```
2929

3030
#### 🐵 使用默认配置来配置Sureness

home/src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const SetupExample = `
213213
<dependency>
214214
<groupId>com.usthe.sureness</groupId>
215215
<artifactId>sureness-core</artifactId>
216-
<version>1.0.3</version>
216+
<version>1.0.4</version>
217217
</dependency>
218218
219219
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.3'

home/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Home() {
3232
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img
3333
src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg"/></a>
3434
<a href="https://search.maven.org/artifact/com.usthe.sureness/sureness-core"><img
35-
src="https://img.shields.io/badge/Maven%20Central-1.0.3-blue.svg"/></a>
35+
src="https://img.shields.io/badge/Maven%20Central-1.0.4-blue.svg"/></a>
3636
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img
3737
src="https://img.shields.io/github/release-date/dromara/sureness?color=blue&logo=figshare&logoColor=red"/></a>
3838
<a href="https://img.shields.io/github/status/contexts/pulls/dromara/sureness/8?label=pull%20checks"><img

pom.xml

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

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<sureness-core.version>1.0.3</sureness-core.version>
20+
<sureness-core.version>1.0.4</sureness-core.version>
2121
<java.version>1.8</java.version>
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)