Author: kelvingoodson
Date: Tue Jun 1 16:51:03 2010
New Revision: 950157
URL: http://svn.apache.org/viewvc?rev=950157&view=rev
Log:
fix dates in READMEs etc, fix dependency version of mavan-tuscany-plugin
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/README
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/CHANGES Tue Jun 1 16:51:03
2010
@@ -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:
Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/README
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/README?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/README (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/README Tue Jun 1 16:51:03
2010
@@ -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.
Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES Tue Jun 1
16:51:03 2010
@@ -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
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/INSTALL
Tue Jun 1 16:51:03 2010
@@ -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:
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/binding-sca/contribution-calculator/pom.xml
Tue Jun 1 16:51:03 2010
@@ -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>
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
Tue Jun 1 16:51:03 2010
@@ -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>
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-bpel/pom.xml
Tue Jun 1 16:51:03 2010
@@ -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>
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-spring/pom.xml
Tue Jun 1 16:51:03 2010
@@ -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>
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
---
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml
(original)
+++
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld-ws-sdo/pom.xml
Tue Jun 1 16:51:03 2010
@@ -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>
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml?rev=950157&r1=950156&r2=950157&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
(original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/helloworld/pom.xml
Tue Jun 1 16:51:03 2010
@@ -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>