diff --git a/install/project/build.properties b/install/project/build.properties index 53491ed04..08c52f681 100644 --- a/install/project/build.properties +++ b/install/project/build.properties @@ -2,6 +2,6 @@ #Sun Jul 26 22:17:46 EDT 2009 project.organization=org.scala-tools.sbt project.name=extract -sbt.version=0.5.3 +sbt.version=0.5.4 project.version=0.2.1 scala.version=2.7.4 diff --git a/project/build/ReleaseProject.scala b/project/build/ReleaseProject.scala index 564702d2c..2456d51af 100644 --- a/project/build/ReleaseProject.scala +++ b/project/build/ReleaseProject.scala @@ -53,7 +53,6 @@ trait ReleaseProject extends ExecProject def ivyLocalPath = Path.userHome / ".ivy2" / "local" / "sbt" / "simple-build-tool" / version.toString def manualTasks = ("Upload launcher jar: " + boot.outputJar.absolutePath) :: - "Update and upload documentation" :: "Update, build, check and commit Hello Lift example" :: Nil diff --git a/scripted/project/build.properties b/scripted/project/build.properties index 4134fa3ea..f661a4686 100644 --- a/scripted/project/build.properties +++ b/scripted/project/build.properties @@ -2,7 +2,7 @@ #Sat Aug 01 10:32:20 EDT 2009 project.organization=org.scala-tools.sbt project.name=test -sbt.version=0.5.3 -project.version=0.5.3 +sbt.version=0.5.4 +project.version=0.5.4 scala.version=2.7.5 project.initialize=false