summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-08-30 05:07:58 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-08-30 05:07:58 +0000
commit391acfda2708ef17264b8d5dcb981af507e493df (patch)
tree8200b13c5ba72575d3c3707f61aff23fed044124 /sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml
parentf268110a560328e32d39782851b5d0f9190b8231 (diff)
Updating maven-surefire-plugin to avoid issues on hudson build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml b/sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml
index f42b117b6d..5412ab75f7 100644
--- a/sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml
+++ b/sca-java-2.x/trunk/samples/calculator-rest-osgi/pom.xml
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
+ <version>2.5</version>
<configuration>
<skipTests>true</skipTests>