Author: jeff.yuchang
Date: 2009-11-20 10:13:23 -0500 (Fri, 20 Nov 2009)
New Revision: 292
Modified:
branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw
branches/ODE/ODE-1.x-fixes/publish.sh
branches/ODE/ODE-1.x-fixes/rebuild.sh
Log:
* update the buildr version to 1.2.10, and 2.0-M2 version.
Modified: branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw
===================================================================
--- branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw 2009-11-20 14:52:39 UTC (rev 291)
+++ branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw 2009-11-20 15:13:23 UTC (rev 292)
@@ -23,8 +23,8 @@
require "buildr/hibernate"
# Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "2.0-SNAPSHOT"
-NEXT_VERSION = "2.0-M2"
+VERSION_NUMBER = "2.0-M2"
+NEXT_VERSION = "2.0-CR1"
ANNONGEN = "annogen:annogen:jar:0.1.0"
ANT = "ant:ant:jar:1.6.5"
@@ -146,7 +146,7 @@
repositories.remote <<
"http://people.apache.org/repo/m2-snapshot-repository"
repositories.remote << "http://download.java.net/maven/2"
repositories.remote << "http://ws.zones.apache.org/repository2"
-repositories.release_to[:url] ||=
"file:///home/gary/riftsaw/maven2/repo/m2-snapshot-repository"
+repositories.release_to[:url] ||= "file:///opt/m2/repo"
# Changing releases tag names
class Release
Modified: branches/ODE/ODE-1.x-fixes/publish.sh
===================================================================
--- branches/ODE/ODE-1.x-fixes/publish.sh 2009-11-20 14:52:39 UTC (rev 291)
+++ branches/ODE/ODE-1.x-fixes/publish.sh 2009-11-20 15:13:23 UTC (rev 292)
@@ -1,2 +1,2 @@
#!/bin/sh
-buildr _1.2.4_ -f Rakefile-riftsaw TEST=no upload
+buildr _1.2.10_ -f Rakefile-riftsaw TEST=no upload
Modified: branches/ODE/ODE-1.x-fixes/rebuild.sh
===================================================================
--- branches/ODE/ODE-1.x-fixes/rebuild.sh 2009-11-20 14:52:39 UTC (rev 291)
+++ branches/ODE/ODE-1.x-fixes/rebuild.sh 2009-11-20 15:13:23 UTC (rev 292)
@@ -1,2 +1,2 @@
#!/bin/sh
-buildr _1.2.4_ -f Rakefile-riftsaw TEST=no clean jboss-riftsaw:distro:package
+buildr _1.2.10_ -f Rakefile-riftsaw TEST=no clean jboss-riftsaw:distro:package
Show replies by date