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 13:09:00 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 13:09:00 +0000
commit06f3c850509bb88b88d022f90150ac8c04d00808 (patch)
tree3c46ff1b3afc353ccb35f7c3a93ae2ce90f85baa /sca-java-2.x/branches/sca-java-2.0-M5
parent3254ac2ba8141a51a5bb987b41fccd323558914b (diff)
use a non snapshot maven tuscany plugin that can be downloaded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949170 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/contribution-implementation-java-calculator/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
index 4556895168..7673f5d975 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
@@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-M5-SNAPSHOT</version>
+ <version>2.0-M4</version>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
index 09d0f60282..bb2223e426 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
@@ -61,7 +61,7 @@
<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>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
index 1a8a2a508e..a8b953d0c2 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
@@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-M5-SNAPSHOT</version>
+ <version>2.0-M4</version>
</plugin>
</plugins>
</build>