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 2007/08/17 23:50:33 UTC

svn commit: r567157 - in /ode/tags/APACHE_ODE_1.1-RC4: ./ Rakefile

Author: mriou
Date: Fri Aug 17 14:50:32 2007
New Revision: 567157

URL: http://svn.apache.org/viewvc?view=rev&rev=567157
Log:
Release APACHE_ODE_1.1-RC4

Added:
    ode/tags/APACHE_ODE_1.1-RC4/
      - copied from r567153, ode/trunk/
    ode/tags/APACHE_ODE_1.1-RC4/Rakefile
      - copied, changed from r567154, ode/trunk/Rakefile

Copied: ode/tags/APACHE_ODE_1.1-RC4/Rakefile (from r567154, ode/trunk/Rakefile)
URL: http://svn.apache.org/viewvc/ode/tags/APACHE_ODE_1.1-RC4/Rakefile?view=diff&rev=567157&p1=ode/trunk/Rakefile&r1=567154&p2=ode/tags/APACHE_ODE_1.1-RC4/Rakefile&r2=567157
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/tags/APACHE_ODE_1.1-RC4/Rakefile Fri Aug 17 14:50:32 2007
@@ -24,8 +24,8 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.1-RC3-SNAPSHOT"
-NEXT_VERSION = "1.1-RC4"
+VERSION_NUMBER = "1.1-RC4"
+NEXT_VERSION = "1.2"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"