Skip to content

Commit

Permalink
Prepare for 2.4-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Dec 21, 2011
1 parent dff0b6a commit 624d3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -2,6 +2,6 @@
project.organization=net.liftweb
project.name=lift-framework
sbt.version=0.7.7
project.version=2.4-SNAPSHOT
project.version=2.4-RC1
build.scala.versions=2.8.2 2.8.1 2.8.0 2.9.1 2.9.0-1 2.9.0
project.initialize=false
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Expand Up @@ -5,6 +5,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
lazy val snapshots = ScalaToolsSnapshots

// Add plugin
lazy val liftsbt = "net.liftweb" % "lift-sbt" % "2.4-SNAPSHOT"
lazy val liftsbt = "net.liftweb" % "lift-sbt" % "2.4-RC1"
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.2"
}

0 comments on commit 624d3ef

Please sign in to comment.