Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Jun 3, 2011
1 parent f3e4c4a commit b9d1de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -3,7 +3,7 @@ organization := "com.typesafe.sbteclipse"

name := "sbteclipse"

version := "1.0-SNAPSHOT"
version := "1.0"

sbtPlugin := true

Expand All @@ -14,7 +14,7 @@ publishMavenStyle := false
projectID <<= (projectID, sbtVersion) { (id, version) => id.extra("sbtversion" -> version.toString) }

publishTo := {
val typesafeRepoUrl = new java.net.URL("http://typesafe.artifactoryonline.com/typesafe/ivy-snapshots")
val typesafeRepoUrl = new java.net.URL("http://typesafe.artifactoryonline.com/typesafe/ivy-releases")
val pattern = Patterns(false, "[organisation]/[module]/[sbtversion]/[revision]/[type]s/[module](-[classifier])-[revision].[ext]")
Some(Resolver.url("Typesafe Repository", typesafeRepoUrl)(pattern))
}
Expand Down

0 comments on commit b9d1de2

Please sign in to comment.