diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-28 15:32:22 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-28 15:32:22 +0000 |
commit | ec2d4f284e84d190febba658b14ba755dae01d40 (patch) | |
tree | a19e7fa7f41abdfd995140870b8eba3956ca193c | |
parent | 13a67aabaa547bd4813a891ef563d4f07af9ff4d (diff) |
one small error in creating tag - i think we'll need another RC, so fixing in the tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949203 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/tags/2.0-M5-RC1/samples/helloworld-spring/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/tags/2.0-M5-RC1/samples/helloworld-spring/pom.xml b/sca-java-2.x/tags/2.0-M5-RC1/samples/helloworld-spring/pom.xml index 36c4c1b33a..b1b03be9b6 100644 --- a/sca-java-2.x/tags/2.0-M5-RC1/samples/helloworld-spring/pom.xml +++ b/sca-java-2.x/tags/2.0-M5-RC1/samples/helloworld-spring/pom.xml @@ -52,7 +52,7 @@ <plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-tuscany-plugin</artifactId> - <version>2.0-M5</version> + <version>2.0-M4</version> <dependencies> <dependency> <groupId>org.apache.tuscany.sca.shades</groupId> |