From 51642cad196054b7cc5e043e3262af9891165284 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Mon, 7 Dec 2020 22:06:21 +0800 Subject: [PATCH] change version 0.2 to 0.3 --- README.md | 4 ++-- README_CN.md | 4 ++-- core/pom.xml | 2 +- docs/_coverpage.md | 2 +- docs/cn/_coverpage.md | 2 +- docs/cn/quickstart.md | 4 ++-- docs/quickstart.md | 4 ++-- pom.xml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bcf6f1d7..cc0ec1dc 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,12 @@ Resource path matching see: [Uri Match](docs/path-match.md) com.usthe.sureness sureness-core - 0.2 + 0.3 ``` 2. When use gradle build project, add gradle coordinate ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.2' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.3' ``` 3. When not java build project, add sureness-core.jar to classPath ``` diff --git a/README_CN.md b/README_CN.md index 6ad05a84..648e489c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -70,13 +70,13 @@ api的保护可以认为:认证-请求携带的认证信息是否校验通过 com.usthe.sureness sureness-core - 0.2 + 0.3 ``` 2. 项目使用`gradle`构建,`gradle`坐标 ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.2' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.3' ``` 3. 项目为普通工程,加入`sureness-core.jar`依赖 diff --git a/core/pom.xml b/core/pom.xml index 6135f190..5d82a7e6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.usthe.sureness sureness-core - 0.2 + 0.3 jar sureness diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 67af7a97..2e046345 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](_media/hat-128.svg) -# sureness 0.2 for jvm +# sureness 0.3 for jvm > Focusing on Protection of Restful Api. diff --git a/docs/cn/_coverpage.md b/docs/cn/_coverpage.md index 00268fd4..6d420c47 100644 --- a/docs/cn/_coverpage.md +++ b/docs/cn/_coverpage.md @@ -1,6 +1,6 @@ ![logo](../_media/hat-128.svg) -# sureness 0.2 for jvm +# sureness 0.3 for jvm > A Simple and Efficient Open-source Jvm Security Framework that Focus on Protection of Restful Api. diff --git a/docs/cn/quickstart.md b/docs/cn/quickstart.md index 729c51f9..a1f424f3 100644 --- a/docs/cn/quickstart.md +++ b/docs/cn/quickstart.md @@ -17,13 +17,13 @@ com.usthe.sureness sureness-core - 0.2 + 0.3 ``` 2. 项目使用`gradle`构建,`gradle`坐标 ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.2' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.3' ``` 3. 项目为普通工程,加入`sureness-core.jar`依赖 diff --git a/docs/quickstart.md b/docs/quickstart.md index aab833bd..90bb99fb 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -17,12 +17,12 @@ Resource path matching see: [Uri Match](path-match.md) com.usthe.sureness sureness-core - 0.2 + 0.3 ``` 2. When use gradle build project, add gradle coordinate ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.2' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '0.3' ``` 3. When not java build project, add sureness-core.jar to classPath ``` diff --git a/pom.xml b/pom.xml index a62d1bc7..04189170 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ UTF-8 - 0.2 + 0.3 1.8 1.8 1.8