Skip to content

Commit

Permalink
Update plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Apr 24, 2009
1 parent 1b2469f commit 6629da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3.1</version>
<version>2.4.3</version>
<configuration>
<forkMode>always</forkMode> <!-- required to correctly run the PojoServer tests -->
<useSystemClassLoader>true</useSystemClassLoader>
Expand All @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<version>2.0-beta-9</version>
<configuration>
<tagBase>https://svn.jboss.org/repos/jbossas/projects/vfs/tags</tagBase>
</configuration>
Expand Down

0 comments on commit 6629da6

Please sign in to comment.