diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-28 13:48:54 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-28 13:48:54 +0000 |
commit | c74517d74210b56938070009db4a7125c89020d3 (patch) | |
tree | 8ca578f0d0f99f6905b63d839fafccdbdcd65d18 | |
parent | 06f3c850509bb88b88d022f90150ac8c04d00808 (diff) |
more maven tuscany plugin version updates
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949178 13f79535-47bb-0310-9956-ffa450edef68
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml index d6e7e71dc6..81dc6366c8 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/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> 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 c6898d9ab1..7e247e8382 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 @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.tuscany.sca.shades</groupId> <artifactId>tuscany-spring</artifactId> - <version>2.0-M5-SNAPSHOT</version> + <version>2.0-M4</version> </dependency> </dependencies> </plugin> diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml index 9d7470bdb9..30cdb92b95 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml @@ -108,7 +108,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</groupId> |