Update Version 2.0.2
parent
9d02603080
commit
fbb06282e5
11
README.md
11
README.md
|
@ -159,6 +159,17 @@ Base on Spring-Boot
|
|||
项目的开发管理使用开源项目 <a href="https://gitee.com/mkk/andaily-developer">andaily-developer</a>.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
Version: <strong>2.0.2</strong> [planning]
|
||||
<br/>
|
||||
Date: 2019-08-05 / ---
|
||||
</p>
|
||||
<ol>
|
||||
<li><p>...</p></li>
|
||||
</ol>
|
||||
<br/>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Version: <strong>2.0.1</strong> [finished]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>com.monkeyk</groupId>
|
||||
<artifactId>spring-oauth-server</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
|
|
|
@ -16,7 +16,7 @@ public abstract class WebUtils {
|
|||
/**
|
||||
* Sync by pom.xml <version></version>
|
||||
*/
|
||||
public static final String VERSION = "2.0.1";
|
||||
public static final String VERSION = "2.0.2";
|
||||
|
||||
|
||||
private static ThreadLocal<String> ipThreadLocal = new ThreadLocal<>();
|
||||
|
|
Loading…
Reference in New Issue