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 23:36:43 UTC

svn commit: r741764 - in /ode/branches/APACHE_ODE_1.X: RELEASE_NOTES Rakefile

Author: mriou
Date: Fri Feb  6 22:36:43 2009
New Revision: 741764

URL: http://svn.apache.org/viewvc?rev=741764&view=rev
Log:
Minor tweaks before tentative release.

Modified:
    ode/branches/APACHE_ODE_1.X/RELEASE_NOTES
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/RELEASE_NOTES?rev=741764&r1=741763&r2=741764&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/RELEASE_NOTES (original)
+++ ode/branches/APACHE_ODE_1.X/RELEASE_NOTES Fri Feb  6 22:36:43 2009
@@ -2,11 +2,9 @@
 Apache ODE Release Notes
 ========================
 
-Apache ODE 1.1.1 is a minor release reflecting all the small fixes
-and improvements we've added since 1.1. There's no major new feature
-in this release (this should come in due time) but chockfull of
-usability and performance enhancements.
- 
+Apache ODE 1.3 includes both a few new features and many bug fixes. 
+It's also the most stable version of ODE released so far.
+
 Apache ODE 1.1.1 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
@@ -16,10 +14,7 @@
 Changes:
 -------
 
-* Performance improvements for persistent mode.
-* Better integration with Axis2 (possibility to provide a 
-services.xml).
-* Weblogic support.
-* Lots of bug fixes. See 
+See our Jira for more information:
+
 https://issues.apache.org/jira/browse/ODE/fixforversion/12312750
 

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=741764&r1=741763&r2=741764&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Fri Feb  6 22:36:43 2009
@@ -23,8 +23,8 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.2-SNAPSHOT"
-NEXT_VERSION = "1.3"
+VERSION_NUMBER = "1.3-SNAPSHOT"
+NEXT_VERSION = "1.4"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"