Skip to content

Commit

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

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

#### 🐵 使用默认配置来配置sureness
Expand Down
4 changes: 2 additions & 2 deletions 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.6</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>sureness</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
scm:git:https://github.com/tomsun28/sureness.git
</developerConnection>
<url>https://github.com/tomsun28/sureness</url>
<tag>0.4.6</tag>
<tag>1.0.0</tag>
</scm>

<properties>
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.6 for jvm</small>
# sureness <small>1.0.0 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.6 for jvm</small>
# sureness <small>1.0.0 for jvm</small>

> 面向`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.6</version>
<version>1.0.0</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.6'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.0'
```

#### 使用默认配置来配置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.6</version>
<version>1.0.0</version>
</dependency>
```
```
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.4.6'
compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.0'
```

#### 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.6</sureness-core.version>
<sureness-core.version>1.0.0</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 d40b6bd

Please sign in to comment.