Skip to content

Commit

Permalink
Merge pull request scoverage#105 from gslowikowski/issue85
Browse files Browse the repository at this point in the history
scoverage#85 - Formalization of artifact publishing and releasing policy - step 1
  • Loading branch information
sksamuel committed Feb 17, 2015
2 parents adefc7f + 0c619b2 commit ce30439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Scoverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._
object Scoverage extends Build {

val Org = "org.scoverage"
val Version = "1.0.4"
val Version = "1.0.5-SNAPSHOT"
val Scala = "2.11.4"
val MockitoVersion = "1.9.5"
val ScalatestVersion = "2.2.2"
Expand Down Expand Up @@ -32,7 +32,7 @@ object Scoverage extends Build {
(v: String) =>
val nexus = "https://oss.sonatype.org/"
if (v.trim.endsWith("SNAPSHOT"))
Some(Resolver.file("file", new File(Path.userHome.absolutePath + "/.m2/repository")))
Some(Resolver.sonatypeRepo("snapshots"))
else
Some("releases" at nexus + "service/local/staging/deploy/maven2")
},
Expand Down

0 comments on commit ce30439

Please sign in to comment.