Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
update svn url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan King committed Dec 15, 2011
1 parent 67a33d7 commit f78e605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/build.properties
@@ -1,8 +1,8 @@
#Project properties
#Wed Aug 17 16:41:31 PDT 2011
#Thu Dec 15 14:25:48 PST 2011
project.organization=com.twitter
project.name=sbt-thrift
sbt.version=0.7.4
project.version=2.0.2-SNAPSHOT
project.version=2.0.2
build.scala.versions=2.7.7
project.initialize=false
2 changes: 1 addition & 1 deletion project/build/SbtThriftPlugin.scala
Expand Up @@ -7,7 +7,7 @@ class SbtThriftPlugin(info: ProjectInfo) extends PluginProject(info)

val jruby = "org.jruby" % "jruby-complete" % "1.6.0.RC2"

override def subversionRepository = Some("http://svn.local.twitter.com/maven-public")
override def subversionRepository = Some("http://svn.twitter.biz/maven-public")
override def managedStyle = ManagedStyle.Maven
def snapshotDeployRepo = "libs-snapshots-local"
def releaseDeployRepo = "libs-releases-local"
Expand Down

0 comments on commit f78e605

Please sign in to comment.