Skip to content

Commit

Permalink
change version 1.0.6beta to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Feb 18, 2022
1 parent b1facdd commit e160d2a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ When use maven or gradle build project, add coordinate
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.6'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.7'
```

#### 🐵 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 @@ -109,11 +109,11 @@
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.6'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.7'
```

#### 🐵 使用默认配置来配置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>1.0.6.beta1</version>
<version>1.0.7</version>
<packaging>jar</packaging>

<name>sureness</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sureness.version>1.0.6</sureness.version>
<sureness.version>1.0.7</sureness.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
2 changes: 1 addition & 1 deletion support/spring-boot-starter-sureness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sureness.version>1.0.6.beta1</sureness.version>
<sureness.version>1.0.7</sureness.version>
<spring-boot.version>2.4.5</spring-boot.version>
</properties>

Expand Down

0 comments on commit e160d2a

Please sign in to comment.