summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 15:43:48 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 15:43:48 +0000
commit23e8b27b3e02ef754a9293c8f5cdbf1ba762cc72 (patch)
treedb0cb0b5354e750b896ec567a5c4c93776cdd0ac /sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README
parent2c7009b5200ff5b7462b56239c909daef8ed7910 (diff)
Correct some version numbers in Beta1. Some of these are in comments and some are not actually used but it removes the noise when I scan the code.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README
index ff976c3515..61a1e13081 100644
--- a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README
@@ -5,7 +5,7 @@ look for contributions that have the following configuration in their pom.xml fi
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta1</version>
</plugin>
For contributions that have this, for example, binding-sca/contribution-calculator, do the following