Update version to 0.6-beta
parent
3148ba654b
commit
fb4390d98d
|
@ -261,13 +261,14 @@
|
||||||
<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-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>
|
<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>
|
||||||
<li><p><em>2016-06-02</em> 发布 <a href="http://git.oschina.net/shengzhao/spring-oauth-server/tree/0.5/">0.5</a> 版本</p></li>
|
<li><p><em>2016-06-02</em> 发布 <a href="http://git.oschina.net/shengzhao/spring-oauth-server/tree/0.5/">0.5</a> 版本</p></li>
|
||||||
|
<li><p><em>2016-07-06</em> Add 0.6 version planning</p></li>
|
||||||
</ol>
|
</ol>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<strong>更多资源</strong>
|
<strong>更多资源</strong>
|
||||||
<p>以下是在学习工作中收集的更多关于Oauth的资源,对深入理解与运用Oauth有帮助</p>
|
<p>以下是在学习工作中收集的更多关于OAuth的资源,对深入理解与运用OAuth有帮助</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
|
|
17
pom.xml
17
pom.xml
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
<groupId>com.monkeyk</groupId>
|
<groupId>com.monkeyk</groupId>
|
||||||
<artifactId>spring-oauth-server</artifactId>
|
<artifactId>spring-oauth-server</artifactId>
|
||||||
<version>0.5</version>
|
<version>0.6-beta</version>
|
||||||
<name>spring-oauth-server</name>
|
<name>spring-oauth-server</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<description>Spring Oauth Server</description>
|
<description>Spring OAuth Server</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
@ -62,16 +62,11 @@
|
||||||
<warSourceExcludes>*/classes/spring-oauth-server.properties</warSourceExcludes>
|
<warSourceExcludes>*/classes/spring-oauth-server.properties</warSourceExcludes>
|
||||||
<packagingExcludes>*/classes/spring-oauth-server.properties</packagingExcludes>
|
<packagingExcludes>*/classes/spring-oauth-server.properties</packagingExcludes>
|
||||||
<archive>
|
<archive>
|
||||||
|
<addMavenDescriptor>false</addMavenDescriptor>
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<Implementation-BuildNumber>
|
<Implementation-BuildNumber>${project.version}</Implementation-BuildNumber>
|
||||||
${project.version}
|
<Implementation-Title>${project.name}</Implementation-Title>
|
||||||
</Implementation-BuildNumber>
|
<Implementation-Version>${project.version}</Implementation-Version>
|
||||||
<Implementation-Title>
|
|
||||||
${project.name}
|
|
||||||
</Implementation-Title>
|
|
||||||
<Implementation-Version>
|
|
||||||
${project.version}
|
|
||||||
</Implementation-Version>
|
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue