summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 15:39:11 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 15:39:11 +0000
commitc9528472c91c25327aaa370b93d8d9128f41c9c7 (patch)
tree849d4795cf640ea992e2484827090059ae6f14fc /sca-java-2.x/branches/sca-java-2.0-M5
parentec2d4f284e84d190febba658b14ba755dae01d40 (diff)
copy maven-tuscany-plugin version fix into branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
index 7e247e8382..e8f040a22f 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
@@ -52,12 +52,12 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-M5-SNAPSHOT</version>
+ <version>2.0-M4</version>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-spring</artifactId>
- <version>2.0-M4</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>