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