diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-30 23:04:36 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-30 23:04:36 +0000 |
commit | 15d305ea23f9a9e6266f9a2411b7f0c35c5fa9a2 (patch) | |
tree | 4e8479805beb885926d6a1e77c41a051ab6351fa /sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main | |
parent | 48652479c1a0410505e03cb932057db1a2e7a2a4 (diff) |
Update version number to 1.6.2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main')
4 files changed, 25 insertions, 25 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/README b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/README index 7f6a4487b4..47c6494e8b 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/README +++ b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/README @@ -1,7 +1,7 @@ -Apache Tuscany SCA 1.6.1 November 2010 README -============================================= +Apache Tuscany SCA 1.6.2 April 2011 README +========================================== -Welcome to the Tuscany SCA 1.6.1 release. +Welcome to the Tuscany SCA 1.6.2 release. See the RELEASE_NOTES file for information specific to this release. diff --git a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/RELEASE_NOTES b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/RELEASE_NOTES index f5ae2b2602..767319871f 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/RELEASE_NOTES +++ b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/RELEASE_NOTES @@ -1,5 +1,5 @@ -Apache Tuscany SCA 1.6.1 November 2010 Release Notes -==================================================== +Apache Tuscany SCA 1.6.2 April 2011 Release Notes +================================================= Apache Tuscany provides a runtime based on the Service Component Architecture. SCA is a set of specifications aimed at simplifying SOA @@ -9,7 +9,7 @@ of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.or Overview -------- - The Apache Tuscany SCA 1.6.1 release includes implementations of the + The Apache Tuscany SCA 1.6.2 release includes implementations of the main SCA specifications including: SCA Assembly Model V1.0 @@ -68,24 +68,24 @@ The Tuscany runtime modules and tools are available from the Maven repository https://repository.apache.org/content/groups/public/ The Apache Tuscany SCA Tools Core Feature for Eclipse is available at the Eclipse update site - http://www.apache.org/dist/tuscany/java/sca/1.6.1/tuscany-sca-1.6.1-updatesite/ + http://www.apache.org/dist/tuscany/java/sca/1.6.2/tuscany-sca-1.6.2-updatesite/ Notes: 1. The following Tuscany runtime modules are distributed via the maven repository only and are not included in the binary distribution: - tuscany-binding-sca-corba-1.6.1.jar (conflicts with tuscany-binding-sca-1.6.1.jar) - tuscany-host-corba-jee-1.6.1.jar (conflicts with tuscany-host-corba-jse-1.6.1.jar) - tuscany-node-launcher-osgi-1.6.1-jar (needs dependencies not in binary distro lib directory) - tuscany-policy-transaction-1.6.1.jar (has dependency conflicts with binary distro lib directory) + tuscany-binding-sca-corba-1.6.2.jar (conflicts with tuscany-binding-sca-1.6.2.jar) + tuscany-host-corba-jee-1.6.2.jar (conflicts with tuscany-host-corba-jse-1.6.2.jar) + tuscany-node-launcher-osgi-1.6.2-jar (needs dependencies not in binary distro lib directory) + tuscany-policy-transaction-1.6.2.jar (has dependency conflicts with binary distro lib directory) 2. The following Tuscany runtime modules are included in the binary distribution but are not included - in tuscany-sca-all-1.6.1.jar and tuscany-sca-manifest.jar: - tuscany-binding-atom-js-dojo-1.6.1.jar (conflicts with tuscany-binding-atom-js-1.6.1.jar) - tuscany-binding-jsonrpc-js-dojo-1.6.1.jar (conflicts with tuscany-binding-jsonrpc-js-1.6.1.jar) - tuscany-host-tomcat-1.6.1.jar (conflicts with tuscany-host-jetty-1.6.1.jar) - tuscany-implementation-widget-runtime-dojo-1.6.1.jar (conflicts with tuscany-implementation-widget-runtime-1.6.1.jar) - tuscany-web-javascript-dojo-1.6.1.jar (conflicts with tuscany-web-javascript-1.6.1.jar) + in tuscany-sca-all-1.6.2.jar and tuscany-sca-manifest.jar: + tuscany-binding-atom-js-dojo-1.6.2.jar (conflicts with tuscany-binding-atom-js-1.6.2.jar) + tuscany-binding-jsonrpc-js-dojo-1.6.2.jar (conflicts with tuscany-binding-jsonrpc-js-1.6.2.jar) + tuscany-host-tomcat-1.6.2.jar (conflicts with tuscany-host-jetty-1.6.2.jar) + tuscany-implementation-widget-runtime-dojo-1.6.2.jar (conflicts with tuscany-implementation-widget-runtime-1.6.2.jar) + tuscany-web-javascript-dojo-1.6.2.jar (conflicts with tuscany-web-javascript-1.6.2.jar) If these files are needed at runtime, the classpath must be set up to include these jars explicitly and exclude the jars for which conflicts are indicated above. @@ -101,7 +101,7 @@ Notes: 6. Other Tuscany tools are distributed via the maven repository only, except for the following jar which is also included in the binary distribution: - tuscany-wsdl2java-1.6.1.jar (needed by the helloworld-bpel sample) + tuscany-wsdl2java-1.6.2.jar (needed by the helloworld-bpel sample) Support ------- diff --git a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/bin/INSTALL b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/bin/INSTALL index f2a3c6336b..8704e23e99 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/bin/INSTALL +++ b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/bin/INSTALL @@ -1,11 +1,11 @@ -Installing the Apache Tuscany SCA 1.6.1 November 2010 Release binary distribution -================================================================================= +Installing the Apache Tuscany SCA 1.6.2 April 2011 Release binary distribution +============================================================================== -Unzip Tuscany binary distribution archive and you get the following: +Unzip the Tuscany binary distribution archive and you get the following: -tuscany-sca-1.6.1 +tuscany-sca-1.6.2 INSTALL - this help file - LICENSE - the Apache License and any dependecy licenses + LICENSE - the Apache License and any dependency licenses NOTICE - attribution notices associated with the licenses README - readme for the release RELEASE_NOTES - description of this release diff --git a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/src/BUILDING b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/src/BUILDING index 926c8b397d..73e5e5a73a 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/src/BUILDING +++ b/sca-java-1.x/branches/sca-java-1.6.2/distribution/src/main/release/src/BUILDING @@ -1,5 +1,5 @@ -Building the Apache Tuscany SCA 1.6.1 November 2010 Release source distribution -=============================================================================== +Building the Apache Tuscany SCA 1.6.2 April 2011 Release source distribution +============================================================================ Initial Setup ------------- |