Author: mriou
Date: Fri Feb 6 21:22:15 2009
New Revision: 741734
URL: http://svn.apache.org/viewvc?rev=741734&view=rev
Log:
Think I found a bug in the way buildr splits the release version.
Modified:
ode/trunk/Buildfile
Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=741734&r1=741733&r2=741734&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Fri Feb 6 21:22:15 2009
@@ -25,8 +25,8 @@
# Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "2.0-beta1-SNAPSHOT"
-NEXT_VERSION = "2.0-beta2"
+VERSION_NUMBER = "2.0beta1-SNAPSHOT"
+NEXT_VERSION = "2.0beta2"
# finds one or artifacts by a regex in a set of artifacts
def findArtifacts(artifacts, expr)
|