Update Readme
parent
481104774a
commit
6dd2c537f3
|
@ -160,9 +160,10 @@
|
|||
</p>
|
||||
<ol>
|
||||
<li><p>(118) - Add java-config(零配置) 的支持, 以及启用 新的注解</p></li>
|
||||
<li><p>(138) - OAuth 'token' Restful API</p></li>
|
||||
<li><p>(139) - User Overview/ user add/archive</p></li>
|
||||
<li><p><del>(138) - OAuth 'token' Restful API</del></p></li>
|
||||
<li><p><del>(139) - User Overview/ user add/archive</del></p></li>
|
||||
<li><p>(143) - Add project API document</p></li>
|
||||
<li><p><del>(144) - Add MongoDB branch</del></p></li>
|
||||
</ol>
|
||||
<br/>
|
||||
</li>
|
||||
|
@ -246,6 +247,7 @@
|
|||
<li><p><em>2016-01-02</em> 发布 <a href="http://git.oschina.net/shengzhao/spring-oauth-server/tree/0.4/">0.4</a> 版本</p></li>
|
||||
<li><p><em>2016-02-19</em> Add 0.5 version development planning</p></li>
|
||||
<li><p><em>2016-04-03</em> Add <a href="http://git.oschina.net/shengzhao/spring-oauth-server/tree/config/">config</a> branch</p></li>
|
||||
<li><p><em>2016-04-14</em> Add <a href="http://git.oschina.net/shengzhao/spring-oauth-server/tree/mongodb/">mongodb</a> branch</p></li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>monkeyk.com</groupId>
|
||||
<groupId>com.monkeyk</groupId>
|
||||
<artifactId>spring-oauth-server</artifactId>
|
||||
<version>0.5-beta</version>
|
||||
<name>spring-oauth-server</name>
|
||||
|
|
Loading…
Reference in New Issue