Update 0.3 version pom.xml configuration

0.3
mkk 2015-06-07 17:31:57 +08:00
parent 00b5c3b977
commit 838e19a880
1 changed files with 370 additions and 364 deletions

12
pom.xml
View File

@ -6,10 +6,10 @@
<groupId>wdcy.cc</groupId>
<artifactId>spring-oauth-server</artifactId>
<version>1.0</version>
<version>0.3</version>
<name>spring-oauth-server</name>
<packaging>war</packaging>
<description>Spring Oauth Server (WDCY)</description>
<description>Spring Oauth Server</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -31,7 +31,7 @@
<developers>
<developer>
<name>shengzhao</name>
<email>monkeyk1987@gmail.com</email>
<email>shengzhao@shengzhaoli.com</email>
</developer>
<!--more developer-->
</developers>
@ -358,6 +358,12 @@
<artifactId>testng</artifactId>
<version>6.1.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>