Skip to content

Commit

Permalink
Merge pull request #2 from nickeyfff/master
Browse files Browse the repository at this point in the history
给surefire增加版本号
  • Loading branch information
li-shen committed Oct 24, 2014
2 parents 2706196 + c881a54 commit 350f958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
<maven_war_plugin_version>2.1.1</maven_war_plugin_version>
<maven_install_plugin_version>2.3.1</maven_install_plugin_version>
<maven_deploy_plugin_version>2.7</maven_deploy_plugin_version>

<maven-surefire-plugin_version>2.17</maven-surefire-plugin_version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -402,6 +404,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin_version}</version>
<configuration>
<useSystemClassLoader>true</useSystemClassLoader>
<forkMode>once</forkMode>
Expand Down

0 comments on commit 350f958

Please sign in to comment.