Author: vanto
Date: Sat Dec 5 15:38:37 2009
New Revision: 887554
URL: http://svn.apache.org/viewvc?rev=887554&view=rev
Log:
changed version number to 2.0-beta3-SNAPSHOT
Modified:
ode/trunk/Buildfile
Modified: ode/trunk/Buildfile
URL:
http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=887554&r1=887553&r2=887554&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Sat Dec 5 15:38:37 2009
@@ -26,8 +26,8 @@
# Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "2.1-SNAPSHOT"
-NEXT_VERSION = "2.0-beta3"
+VERSION_NUMBER = "2.0-beta3-SNAPSHOT"
+NEXT_VERSION = "2.0-rc1"
# finds one or artifacts by a regex in a set of artifacts
def findArtifacts(artifacts, expr)