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