Author: vanto
Date: Wed Jan 12 00:10:32 2011
New Revision: 1057949

URL: http://svn.apache.org/viewvc?rev=1057949&view=rev
Log:
release notes and build information updated.

Modified:
    ode/trunk/BUILDING
    ode/trunk/RELEASE_NOTES
    ode/trunk/bpel-runtime/pom2.xml

Modified: ode/trunk/BUILDING
URL: 
http://svn.apache.org/viewvc/ode/trunk/BUILDING?rev=1057949&r1=1057948&r2=1057949&view=diff
==============================================================================
--- ode/trunk/BUILDING (original)
+++ ode/trunk/BUILDING Wed Jan 12 00:10:32 2011
@@ -16,19 +16,16 @@ For more information or if you have any 
 Building With Buildr
 --------------------
 
-Buildr requires a Ruby interpreter. If you're running Linux or Mac OS you most 
probably already have Ruby installed on your machine. For Winows user Ruby 
installation is very simple. You will need the following:
-
- * Ruby 1.8.x with RubyGems 0.9 or later. For Windows users using the Ruby 
One-Click Installer is the easiest 
(http://rubyforge.org/projects/rubyinstaller/). For Linux or Mac OS users, a 
Ruby interpreter is usually preinstalled. Just make sure to have the ruby-dev 
package (mkmf is needed for RJB).
-
- * Buildr. Install it by running 'gem install buildr -v 1.3.5'. A proper 
JAVA_HOME environment variable must be set. Make sure to choose either win32 or 
ruby platforms (don't choose java for Antwrap, that's JRuby).
+Our build is based on Buildr 1.4.3 or higher, a Ruby-based build tool for Java 
applications. Although Buildr runs nicely with Ruby, we recommend using JRuby 
1.5.x
+Detailed instructions on installing Buildr can be found here: 
http://buildr.apache.org/installing.html
 
 Building is then pretty simple. Open a command in the source root directory 
and run:
 
-buildr _1.3.5_ package
+buildr package
 
 To try the test cases bundled with ODE:
 
-buildr _1.3.5_ test
+buildr test
 
 It just works! For more information about buildr see http://buildr.apache.org/.
 

Modified: ode/trunk/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/ode/trunk/RELEASE_NOTES?rev=1057949&r1=1057948&r2=1057949&view=diff
==============================================================================
--- ode/trunk/RELEASE_NOTES (original)
+++ ode/trunk/RELEASE_NOTES Wed Jan 12 00:10:32 2011
@@ -2,25 +2,20 @@
 Apache ODE Release Notes
 ========================
 
-Apache ODE 1.3.4 includes about 100 bug fixes and new features. It's 
-also the most stable version of ODE released so far. 
+Apache ODE 1.3.5 includes about 20 bug fixes and performance improvements.
 
-Apache ODE 1.3.4 requires Java 1.5.x or higher. The WAR distribution can 
+Apache ODE 1.3.5 requires Java 1.5.x or higher. The WAR distribution can 
 run in most J2EE servlet container. The JBI distribution should be able 
-to run in any JBI container but has only been tested with ServiceMix 3.2.1
-and latest ServiceMix 4 (OSGi bundle) so far. See the BUILDING file if you 
+to run in any JBI container but has only been tested with ServiceMix 3.x
+and latest ServiceMix 4.x (OSGi bundle) so far. See the BUILDING file if you 
 want to build your own distribution from the source release. 
 
-New Features:
-------------
-    * [ODE-483] - Instance replayer
-    * [ODE-776] - Build support for both Buildr and Maven 2/3
-    * [ODE-778] - Add a possibility to deploy processes as OSGi bundles
-    * [ODE-814] - Add spring confgurable process properties
+The performance improvements affect XPath 2.0 processing in assign activities
+or transition conditions and makes it up to 10 times faster than ODE 1.3.4.
 
 Changes:
 ------- 
-
-See our Jira for more information: 
-
-https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310270&styleName=Html&version=12314168
+  ...
+  
+  See our Jira for more information: 
+    * 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310270&styleName=Html&version=12314243

Modified: ode/trunk/bpel-runtime/pom2.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/bpel-runtime/pom2.xml?rev=1057949&r1=1057948&r2=1057949&view=diff
==============================================================================
--- ode/trunk/bpel-runtime/pom2.xml (original)
+++ ode/trunk/bpel-runtime/pom2.xml Wed Jan 12 00:10:32 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.4-SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
     </parent>
 
     <dependencies>


Reply via email to