diff options
Diffstat (limited to 'branches/sca-java-1.x/distribution')
5 files changed, 16 insertions, 9 deletions
diff --git a/branches/sca-java-1.x/distribution/bundle/pom.xml b/branches/sca-java-1.x/distribution/bundle/pom.xml index e201847758..916c0e9883 100644 --- a/branches/sca-java-1.x/distribution/bundle/pom.xml +++ b/branches/sca-java-1.x/distribution/bundle/pom.xml @@ -478,7 +478,7 @@ <dependency> <groupId>org.apache.tuscany.sdo</groupId> <artifactId>tuscany-sdo-impl</artifactId> - <version>1.1-incubating</version> + <version>1.1.1</version> <exclusions> <exclusion> <!-- sdo 1.0 uses 3.2.0 but sca uses 3.2.1 --> @@ -491,7 +491,7 @@ <dependency> <groupId>org.apache.tuscany.sdo</groupId> <artifactId>tuscany-sdo-tools</artifactId> - <version>1.1-incubating</version> + <version>1.1.1</version> </dependency> </dependencies> diff --git a/branches/sca-java-1.x/distribution/pom.xml b/branches/sca-java-1.x/distribution/pom.xml index f092b2ee3e..c7ce6ae531 100644 --- a/branches/sca-java-1.x/distribution/pom.xml +++ b/branches/sca-java-1.x/distribution/pom.xml @@ -114,7 +114,7 @@ <dependency> <groupId>org.apache.tuscany.sdo</groupId> <artifactId>tuscany-sdo-impl</artifactId> - <version>1.1-incubating</version> + <version>1.1.1</version> <exclusions> <exclusion> <!-- sdo 1.0 uses 3.2.0 but sca uses 3.2.1 --> diff --git a/branches/sca-java-1.x/distribution/src/main/release/CHANGES b/branches/sca-java-1.x/distribution/src/main/release/CHANGES index 763ab8421b..48768b6dc2 100644 --- a/branches/sca-java-1.x/distribution/src/main/release/CHANGES +++ b/branches/sca-java-1.x/distribution/src/main/release/CHANGES @@ -1,3 +1,10 @@ +Changes With Apache Tuscany SCA 1.3.3 Xxxxxxx 2008
+==================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+ * TUSCANY-2635 Pool stateless-scoped Java impl instances
+
+
Changes With Apache Tuscany SCA 1.3.2 October 2008
==================================================
diff --git a/branches/sca-java-1.x/distribution/src/main/release/README b/branches/sca-java-1.x/distribution/src/main/release/README index 4d83dcfde9..d1146a0391 100644 --- a/branches/sca-java-1.x/distribution/src/main/release/README +++ b/branches/sca-java-1.x/distribution/src/main/release/README @@ -1,7 +1,7 @@ -Apache Tuscany SCA 1.2 (incubating) April 2008 README +Apache Tuscany SCA 1.4 November 2008 README ===================================================== -Welcome to the Tuscany SCA 1.2 release. +Welcome to the Tuscany SCA 1.4 release. See the RELEASE_NOTES file for information specific to this release. diff --git a/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES b/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES index a04ef5c553..f8fc6b7880 100644 --- a/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES +++ b/branches/sca-java-1.x/distribution/src/main/release/RELEASE_NOTES @@ -1,4 +1,4 @@ -Apache Tuscany SCA 1.2 (incubating) April 2008 Release Notes +Apache Tuscany SCA 1.4 November 2008 Release Notes ============================================================ Apache Tuscany provides a runtime based on the Service Component @@ -9,7 +9,7 @@ of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.or Overview -------- - The Apache Tuscany SCA 1.2 release includes implementations of the + The Apache Tuscany SCA 1.4 release includes implementations of the main SCA specifications including: SCA Assembly Model V1.0 @@ -52,7 +52,7 @@ Support For more information on Apache Tuscany visit the website at: - http://incubator.apache.org/tuscany/ + http://tuscany.apache.org/ Any issues with this release can be reported to Apache Tuscany using the mailing lists or in the JIRA issue tracker. @@ -68,7 +68,7 @@ using the mailing lists or in the JIRA issue tracker. To join the project's mailing lists follow the instructions at: - http://incubator.apache.org/tuscany/mailing-lists.html + http://tuscany.apache.org/mailing-lists.html To find out more about OASIS Open CSA go to: |