diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-14 15:43:48 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-14 15:43:48 +0000 |
commit | 23e8b27b3e02ef754a9293c8f5cdbf1ba762cc72 (patch) | |
tree | db0cb0b5354e750b896ec567a5c4c93776cdd0ac /sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany | |
parent | 2c7009b5200ff5b7462b56239c909daef8ed7910 (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 'sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml | 10 | ||||
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven/README | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml index e241f891f1..a63b11485c 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml @@ -32,27 +32,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta1-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-osgi-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta1-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-rest-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta1-SNAPSHOT</version> <scope>test</scope> <type>pom</type> </dependency> @@ -75,7 +75,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta1-SNAPSHOT</version> <scope>test</scope> </dependency> 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
|