You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2009/02/06 21:59:45 UTC

svn commit: r741718 - in /ode/trunk: Buildfile RELEASE_NOTES

Author: mriou
Date: Fri Feb  6 20:59:44 2009
New Revision: 741718

URL: http://svn.apache.org/viewvc?rev=741718&view=rev
Log:
Toying with a beta release.

Modified:
    ode/trunk/Buildfile
    ode/trunk/RELEASE_NOTES

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=741718&r1=741717&r2=741718&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Fri Feb  6 20:59:44 2009
@@ -25,8 +25,8 @@
 
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "2.0-SNAPSHOT"
-NEXT_VERSION = "2.0.1"
+VERSION_NUMBER = "2.0-beta1-SNAPSHOT"
+NEXT_VERSION = "2.0-beta2"
 
 # finds one or artifacts by a regex in a set of artifacts
 def findArtifacts(artifacts, expr)

Modified: ode/trunk/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/ode/trunk/RELEASE_NOTES?rev=741718&r1=741717&r2=741718&view=diff
==============================================================================
--- ode/trunk/RELEASE_NOTES (original)
+++ ode/trunk/RELEASE_NOTES Fri Feb  6 20:59:44 2009
@@ -2,12 +2,11 @@
 Apache ODE Release Notes
 ========================
 
-Apache ODE 1.1 is the first official release of ODE since the project
-graduation from the Apache Incubator. It's mostly a bug fix release
-but also introduces a few performance improvements and enhancements.
+Apache 2.0-beta is an early release of an improved version of the
+ODE runtime, supporting better performance and reliability.
  
-Apache ODE 1.1 requires Java 1.5.x. The WAR distribution can run in
-most J2EE servlet container. The JBI distribution should be able to
+Apache ODE 2.0-beta requires Java 1.5.x. 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.1 so far. See the BUILDING file if you want to build your own
 distribution from the source release.
@@ -15,19 +14,6 @@
 Changes:
 -------
 
-* Several in-memory processes performance enhancements.
-* Improvements around execution events, giving more control and
-information to the listeners.
-* Removal of the Quartz scheduler for a much simpler, custom 
-implementation. Fixed a few transactional and concurrency bugs and
-brought a small performance boost.
-* Upgrade to Axis2 1.3 fixing several related issues (notably 
-getting the WSDL documents for processes with a slash in their name).
-* Better support for the BPEL processes generated by the Eclipse BPEL
-designer.
-* Migrated our build to buildr completely (http://buildr.rubyforge.org)
-* Bug fixes including but not limited to: ODE-163, ODE-158, ODE-153,
-ODE-150, ODE-148, ODE-143, ODE-130 (check all issues under ODE 1.1 in
-JIRA for more).
-
+Please check our Jira:
 
+https://issues.apache.org/jira/browse/ODE