diff options
Diffstat (limited to '')
10 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES b/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES index 13e0191476..d3f3efc4e7 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES +++ b/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES @@ -1,4 +1,4 @@ -Changes With Apache Tuscany SCA 2.0-M5 May 2010
+Changes With Apache Tuscany SCA 2.0-M5 June 2010
====================================================
Highlights include:
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/README b/sca-java-2.x/branches/sca-java-2.0-M5/README index d2f5445e4d..3c795aa464 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/README +++ b/sca-java-2.x/branches/sca-java-2.0-M5/README @@ -1,4 +1,4 @@ -Apache Tuscany SCA 2.0-M5 May 2010 README
+Apache Tuscany SCA 2.0-M5 June 2010 README
==============================================
Welcome to the Tuscany SCA 2.0-M5 release.
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES b/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES index bb7e205d07..404e0e94dc 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES +++ b/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES @@ -1,4 +1,4 @@ -Apache Tuscany SCA 2.0-M5 May 2010 Release Notes
+Apache Tuscany SCA 2.0-M5 June 2010 Release Notes
=====================================================
Apache Tuscany provides a runtime based on the Service Component
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL index b73df8d8bd..388e113db7 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL +++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL @@ -1,4 +1,4 @@ -Installing the Apache Tuscany SCA 2.0-M5 May 2010 Release binary distribution
+Installing the Apache Tuscany SCA 2.0-M5 June 2010 Release binary distribution
==================================================================================
Unzip Tuscany binary distribution archive and you get the following:
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 81dc6366c8..9e08974660 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-M4</version> + <version>2.0-M5</version> </plugin> </plugins> </build> 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 7673f5d975..1eea5838de 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-M4</version> + <version>2.0-M5</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 bb2223e426..5c27372c21 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-M4</version> + <version>2.0-M5</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-spring/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml index e8f040a22f..7fc46bc7ad 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 @@ -52,7 +52,7 @@ <plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-tuscany-plugin</artifactId> - <version>2.0-M4</version> + <version>2.0-M5</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-ws-sdo/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml index 30cdb92b95..8ae8905fb0 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-M4</version> + <version>2.0-M5</version> <dependencies> <dependency> <groupId>org.apache.tuscany.sca</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 a8b953d0c2..6519f2d911 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-M4</version> + <version>2.0-M5</version> </plugin> </plugins> </build> |