Skip to content

Commit

Permalink
change version 0.4.2 to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Jan 19, 2021
1 parent 13fe322 commit 7924403
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ When use maven or gradle build project, add coordinate
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.2'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.3'
```

#### Use the default configuration to configure sureness
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.2'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.3'
```

#### 使用默认配置来配置sureness
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<packaging>jar</packaging>

<name>sureness</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/hat-128.svg)

# sureness <small>0.4.2 for jvm</small>
# sureness <small>0.4.3 for jvm</small>

> Focusing on Protection of Restful Api.
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](../_media/hat-128.svg)

# sureness <small>0.4.2 for jvm</small>
# sureness <small>0.4.3 for jvm</small>

> A Simple and Efficient Open-source Jvm Security Framework that Focus on Protection of Restful Api.
Expand Down
4 changes: 2 additions & 2 deletions docs/cn/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.2'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.3'
```

#### 使用默认配置来配置sureness
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ When use maven or gradle build project, add coordinate
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.2'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.3'
```

#### Use the default configuration to configure sureness
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sureness-core.version>0.4.2</sureness-core.version>
<sureness-core.version>0.4.3</sureness-core.version>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 7924403

Please sign in to comment.