Skip to content

Commit

Permalink
fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsoergel committed Jul 8, 2014
1 parent 2b1c6c8 commit 93468c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -36,7 +36,7 @@ object DavidSoergelSbtBaseBuild extends Build {
creds).settings(packageTemplateTask.settings: _*).settings(templateArtifact.settings: _*)

def publishToDavidSoergel(vers: String) = publishTo := {
def repo(name: String) = name at "https://dev.davidsoergel.com/nexus/content/repositories/" + name
def repo(name: String) = name at "http://dev.davidsoergel.com/nexus/content/repositories/" + name
val isSnapshot = vers.endsWith("SNAPSHOT")
val repoName = (if (isSnapshot) "snapshots" else "releases")
Some(repo(repoName))
Expand Down

0 comments on commit 93468c8

Please sign in to comment.