Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
Prepare for 2.3-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Mar 25, 2011
1 parent 18cb637 commit b94c512
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-modules
sbt.version=0.7.5.RC1
project.version=2.3-SNAPSHOT
project.version=2.3-RC4
build.scala.versions=2.8.1 2.8.0
project.initialize=false
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Expand Up @@ -5,5 +5,5 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
lazy val snapshots = ScalaToolsSnapshots

// Add plugin
lazy val a = "net.liftweb" % "lift-sbt" % "2.3-SNAPSHOT"
lazy val a = "net.liftweb" % "lift-sbt" % "2.3-RC4"
}

0 comments on commit b94c512

Please sign in to comment.