Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Jul 13, 2011
1 parent 49be076 commit 124d4ee
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.2-SNAPSHOT"
version := "1.2"

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 124d4ee

Please sign in to comment.